Unity project: Adding Rotation and Input

2 months ago
42

To rotate a Transform, use Transform. Rotate, which uses Euler Angles. If you want to match values you see in the Inspector, use the Quaternion. eulerAngles property on the returned Quaternion.

Loading comments...