You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for overriding mass properties when baking Rigidbody authoring components. Now, when setting the RigidBody.automaticCenterOfMass or RigidBody.automaticInertiaTensor properties to false, the corresponding mass property data values are correctly baked into the Unity Physics rigid body entity and appear as expected in the entity's PhysicsMass component.