Answers for "how to make an object rotate towards its velocity"

C#
1

set rotation to velocity unity

transform.rotation = Quaternion.LookRotation(rigidbody.velocity);
Posted by: Guest on April-12-2020

Code answers related to "how to make an object rotate towards its velocity"

C# Answers by Framework

Browse Popular Code Answers by Language