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