Hi,
I have created an AI agent using the NavAgent. I want this to follow a movable marker that is controlled by the player. Ideally, I want the Agent to follow the marker closely - but will be able to navigate around obstacles.
Whilst, this works well for normal use, I find that rapid movements of the marker cause the Agent to circle or to behave in random ways. I have added a video (below) to outline the issue and also added an image of my settings.
The nav agent is updated in the Update function of the targets new position.
This is my first time using NavAgent so it’s probably a simple mistake.