Answers for "unity face direction of movement"

C#
2

unity face direction of movement

transform.rotation = Quaternion.LookRotation(dir);
Posted by: Guest on February-01-2020

C# Answers by Framework

Browse Popular Code Answers by Language