Hello, I am making a simple AI survival game. Only I cant’t get my AI to move. i"ve used pawnsensense (which works) but my AI only rotates and doesn’t move. here is a picture of my blueprint:
as mentioned above 500000 radius needs a big landscape or something :)) turn it down
and Go to AI character BP and see if you have set auto possess AI properly
and also AI Controller Class.
and check your NavMesh.
Your acceptance radius might be a tad to high. Lower that about ~499,500.
Do you have a NavMesh in your map? I think you need one for this.
And you might need to turn down your acceptanceRadius, 50meters is quite a lot
Thanks it was indeed the action radius, I have no idea why it was so high. It is fixed now. Thanks for the answers!!