I’m making a top down shooting game. A teammate follow me and using RichAI.
I want teammate to move path alone and doesn’t need rotate towards path.
I have another script that will find enemy, rotate towards to enemy, and shooting.
So:
- teammate walks follow the calculated path.
- rotate towards to enemy and shooting.
PS: Teammate object is Transform. no Character Controller, no Rigidbody.
How to disable rotate towards while moving to path?
thanks.