How to move without faceing to target

The Problem I need my character position move to target position without facing anything.

mean only move forward backward left right and ignore facing. How can I config AIPath or RichAI for this.

Hi

Set rotation speed to zero and disable ‘slow when not facing target’.

Thank you for answer. and How about to move around while facing some target.

Same problem as this thread but no RotateForward metdho found.

Hi

You can use the same approach to disable the AIPath’s rotation, and also do rotation manually in some other script.
This rotation can be done like any Unity object.