freeze z rotation unity c# code example
Example: freeze rotation in code c#
GetComponent<Rigidbody>().constraints = RigidbodyConstraints.FreezeRotation;
GetComponent<Rigidbody>().constraints = RigidbodyConstraints.FreezeRotation;