I’ve got an AI, working fine, but I want it to play a walking animation when it’s moving towards the player, and play a stop animation, when stops. Could anyone help me? C# appreciated, but not required.
Are you using mechanim? If you look at the examples they have this stuff.
In short have some code on your AI that checks if its velocity is > 0. If so set your walking animation else play stop.
Karl