im trying to move a Nav Mesh Bounds Volume at runtime (the volume itself not objects in it). According to this question it should be possible. However I cant get it to update. What ive done:
- edit project setup: NavMesh → Rebuild at Runtime
- Create an NavMesh Volume and make it moveable
- attached it to an moving object
The volume itself is moving but the green preview plane is not. Also the AIs stays inside the green area so its maybe not just a display bug.