- Home /
Other shapes Navmesh Obstacle
I hava used Pathfinding, There is a problem with Navmesh Obstacle I want to be a square barrier, similar to the wall or fence. I do not know any way to do. I try to Navmesh Obstacle placed horizontally, but objects can be rotated, and Navmesh Obstacle can not. who know how to do a square Navmesh Obstacle?
Answer by Ewanuk · Nov 26, 2013 at 06:56 PM
Pretty sure it's not built into the system. You may just have to accept it and implement your own system.
I've tried using multiple obstacles together to approximate the shapes I need with some success. It works well enough for my purposes of a seeking AI.
Your answer
Follow this Question
Related Questions
Can NavMeshAgents be assigned teams for friendly and adverse interactions? 0 Answers
[C#] Navmesh obstacles issue 0 Answers
Rectangular Nav Mesh Agent? 1 Answer
NavmeshAgent and NavmeshObstacle and Bake don't work with AICar 0 Answers
NavMeshAgent falling through on the floor below after Carve. 1 Answer