Answers for "unity rotation between 2 points"

C#
2

unity rotation between 2 points

transform.rotation = Quaternion.FromToRotation(Vector3.up, v3Pos2 - v3Pos1);
Posted by: Guest on October-29-2020

Code answers related to "unity rotation between 2 points"

C# Answers by Framework

Browse Popular Code Answers by Language