- Home /
Increase size of obstacle - navmesh
I am having a problem with navmesh.
I have a large cube in the middle of my ground that is acting as an obstacle. I have set it to navigation static, and baked my mesh. At first test, my navmesh agents would path around it, but they would clip into the edges a little bit.
I tried to increase the size of the collider around the cube, but this changed absolutely nothing. This is what I obviously thought would increase the size of the hole it punched in the mesh. I even tried to put a much larger cube around it, and then sit the renderer to off, in attempt to increase the non pathable area around it. Still no success.
So how exactly can I manipulate the size of the hole an obstacl makes in the navmesh?
Did you re-bake the navmesh after changing the size of the collider?
I am facing the same problem. Changing the size of the collider, clearing the navmesh and re-baking it didn't change anything.