Answers for "change scale of rigidbody"

3

unity rigidbody constraints unfreeze

rb.constraints = RigidbodyConstraints.FreezePositionX | ~RigidbodyConstraints.FreezePositionY | RigidbodyConstraints.FreezePositionZ;
Posted by: Guest on December-07-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language