I have set NavMesh, its AI, itself, but it doesn’t react on SimpleMove or Move or anything else, but it simulates physics, plays animation while falling. What should I do?
I have set NavMesh, its AI, itself, but it doesn’t react on SimpleMove or Move or anything else, but it simulates physics, plays animation while falling. What should I do?
Does it have a controller?
Yes, of course, inherited from AIController class.
I had the same problem. Try unchecking the simulate physics box and see if it works.
Did you ever find the solutions? I’ve run into the same issue I think.