All Questions
Tagged with unityscript navmesh
4 questions
0
votes
1
answer
2k
views
Unity navmeshagent and doors
I'm trying to make an agent patrol around a maze. The maze is proceduraly generated and consists of many rooms connected with doors. The problem occurs when the agent reaches a door. I wrote a script ...
5
votes
2
answers
14k
views
How to implement jump in NavMesh?
I want my NavMeshAgent to jump when Space key is hit.
The Script (in Unityscript) I tried is :
...
0
votes
1
answer
594
views
Unity5 - Create navmesh for a random generated environment
I am following this tutorial to create a game with random generated mazes:
http://catlikecoding.com/unity/tutorials/maze/
I want to add some monsters to roam ...
2
votes
1
answer
7k
views
How do you set the target location for a navmesh using a GameObject?
I am trying to get a GameObject to navigate through a map and get to the exit. I have created a navmesh for the map and given the player GameObject a navmesh agent. The exit is marked with a empty ...