Skip to content

Instantly share code, notes, and snippets.

@mhomol
Created January 4, 2016 21:03
Show Gist options
  • Save mhomol/dbf7663d95a1324406a8 to your computer and use it in GitHub Desktop.
Save mhomol/dbf7663d95a1324406a8 to your computer and use it in GitHub Desktop.
Bag Labs Post - 3D Runner - Start
m_Rigidbody.constraints = RigidbodyConstraints.FreezeRotationX | RigidbodyConstraints.FreezeRotationY | RigidbodyConstraints.FreezeRotationZ | RigidbodyConstraints.FreezePositionZ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment