Versions with this page:
Versions without this page:
Returns a nicely formatted string of the Quaternion.
using UnityEngine;public class Example : MonoBehaviour { void Start() { print(Quaternion.identity); } }