Hello!
I defaultly posess the pawn set in the GameMode settings. I want this same pawn to move on the map in straight line (no avoidance) to the next point.
I put down a navmesh, and set up ai, but the instance I defaultly posess at the start not moving to aywhere, but if I spawn or place other ones, they do the job.
I think this is due controller conflict. At the beginning I posessed the pawn defaultly, as the GameMode do it. So, doeasn matter what I set, the AI can’t posess this one.
ISo how I need to do this. I want to click to an actor, and I want this pawn to move there.