how to make an object point to its velocity code example
Example: set rotation to velocity unity
transform.rotation = Quaternion.LookRotation(rigidbody.velocity);
transform.rotation = Quaternion.LookRotation(rigidbody.velocity);