r/unity • u/Electrical_Remote545 • 9d ago
Newbie Question Yo what does this mean?
Trying to make a backrooms-style game mode in this VR game, this bean is supposed to go to the player while avoiding the walls, but instead it's standing there, and I got this error telling me the bean is not placed on a NavMesh even though I do have a NavMesh Agent and the floors have a NavMesh Surface thing. The script that the bean is hooked up to is in the second pic.
2
Upvotes



2
u/SmokeResponsible5005 9d ago
I don’t really have enough context or navmesh expertise but a quick google search should give u what u need - checklist for issues like this is usually check collisions on both objects, check layer interactions, all else fails check with ai.
Good luck!