I have a nav mesh agent, that I want to walk through “hologram” objects in the game. These objects are on a layer that doesn’t collide with the agent layer but they have kinematic rigidbodies. It looks like the game is carving around the rigidbodies because they are kinematic, even though they don’t have a nav mesh obstacle.
Is there any way to stop this behavior? (Screenshot of the carving, plus the inspector for the object)