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?

1 Answer

1

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.