Hi, is it possible to use Navmesh for a game like volleyball?
Imagine having two navmesh agents: NavMeshAgent1 NavMeshAgent2
Then two navMeshes NavMesh1 NavMesh2
Is it possible to have NavMeshAgent1 only walk on NavMesh1 and NavMeshAgent2 on NavMesh2?
I don’t want to use the same navmesh for both agents because I don’t want one player be able to walk in other player zone, and also would like to use methods that can give me a random position inside my area not in player area