Jump to content

Removing an object from the NavMesh


You are about to reply to a thread that has been inactive for 1493 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Does anybody know a way to do this?

I'm trying to set up a rez box and it turns out the items in it somehow have been added to the NavMesh which of course they and every single copy I ever make of them can't be positioned by the rez box script.

Link to comment
Share on other sites

If an object has pathfinding properties set, those are persistent, and survive copying, taking into inventory, and rezzing.

Easy to fix. Rez the object in world. Go to Build->Pathfinding->Region Objects. Find the object by name. Set its pathfinding status to "Moveable object", which does not put it in the navmesh. (It's probably "static obstacle" or "walkable") now. Click "Apply". It no longer affects the navmesh. Take it back into inventory and use that copy for further rezzing.

  • Like 1
Link to comment
Share on other sites

55 minutes ago, animats said:

Easy to fix. Rez the object in world. Go to Build->Pathfinding->Region Objects. Find the object by name. Set its pathfinding status to "Moveable object",

Now I feel really stupid, but oh well, it's not the first time and won't be the last. ;)

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 1493 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...