Hello,
I'm making multiplayer game with voxel terrain, and I'm decided to add AI to it, but problem is that voxel chunks are optimized and master client doesn't have same chunks as player which AI chasing.
![[IMG]]()
To avoid it I instatiate enemy as scene object:
Enemy has photon view set as takeover, and to...
[PUN] AI owner in game using voxel terrain.
I'm making multiplayer game with voxel terrain, and I'm decided to add AI to it, but problem is that voxel chunks are optimized and master client doesn't have same chunks as player which AI chasing.
![[IMG]](http://piotrekgamedev.files.wordpress.com/2015/08/epicbug.gif)
To avoid it I instatiate enemy as scene object:
Code (CSharp):
[PUN] AI owner in game using voxel terrain.