Reply To: Actor can't find pathfind to

Forums 💬 Slate Sequencer ⚙️ Support Actor can't find pathfind to Reply To: Actor can't find pathfind to

#20353
Gavalakis
Keymaster

    Hello,

     

    Have you baked a NavMesh? You need to bake a NavMesh as normal for the pathfinding clip to work:
    https://docs.unity3d.com/Manual/nav-BuildingNavMesh.html

    The NavMeshAgent component, also needs to be attached on the character pathfinding as normal too (not the cutscene gameobject).

     

    Thanks.