Hello, So I’ve messed with rotation speed and all the other values in RichAI, but I can’t seem to make this right. I just want the AI agent to turn on a dime. You can see here how they run past it before going to the next destination. The fastest one has 360 set to rotation speed.
Turning off “slow when not facing target” also doesn’t seem to do anything.
Any way I can do this? It must be a setting I’m missing. At lower speeds you can see the slow one turn it quicker, but I need this to also happen to agents who are high in movement speed.
Hi
I would recommend trying out the FollowerEntity component. It has a different motion model which can handle turning on the spot much better. It has a special setting for allowing turning on the spot.
If you want it to rotate instantly always, then you can set the rotation speed to infinity.
See FollowerEntity - A* Pathfinding Project
interesting. So does setting the rotationspeed of richai to just a super high number work? or does it have to be infinity.
No, the RichAI’s movement model doesn’t really allow it to rotate super quickly easily.
there anything special i should know before changing all the agents to use this FollowerEntity? Since I assume it will take a bit to make sure it works the same.
You can read more about it here: FollowerEntity - A* Pathfinding Project. There’s nothing specific I can think of right now.