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