Player Movement: Fix Player Clipping Objects

YShu
Cinematography-Stealth 3D Game
Sep 8, 2021

In the previous post, the player would move through the counters in the scene. This is because the current NavMesh does not to exclude these objects. To fix this issue, it only requires two steps:

  1. Changes the counter objects to static

2. Bake a new NavMesh

--

--