Answers for "unity3d get direction from rotation"

C#
0

unity rotate direction by angle

vector = Quaternion.AngleAxis(-45, Vector3.up) * vector;
Posted by: Guest on June-17-2021
0

get vector direction unity

Vector3 pos = direction.eulerAngles
Posted by: Guest on April-22-2021

C# Answers by Framework

Browse Popular Code Answers by Language