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