Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

What units is PhysicsMass.mass?

Discussion in 'Physics for ECS' started by RecursiveEclipse, Mar 19, 2020.

  1. RecursiveEclipse

    RecursiveEclipse

    Joined:
    Sep 6, 2018
    Posts:
    298
    Is the mass of a PhyiscsBody/Mass in kg? Apparently until recently in old unity Physics, mass was an arbitrary unit. So if wanted my object to behave correctly for 100lb, would I just convert to kg, giving me ~45 to put into PhysicsBody?
     
  2. Adam-Mechtley

    Adam-Mechtley

    Unity Technologies

    Joined:
    Feb 5, 2007
    Posts:
    290
    Just as with classic Unity physics:
    • The units are arbitrary and could be whatever you want (if, for example, your simulation was intended to appear as though it were at a very large or very small scale)
    • With all other defaults for gravity and so on you can treat them as kilograms by default