Hello all,
I’m currently working on a open world project and I want to create a simple navigation system that will help the player if they become lost. I wanted to spawn in a actor (when the player presses a button) that will travel to the currently selected objective. How would I go about doing this? Should I use the behavior tree or could I use AI Move To?