com.unity.physics 1.0.14
Source docsNotes: processedReleased August 10, 2023
Unity Compatibility
Minimum Unity: 2022.3 (0f1)
Package Dependencies
- com.unity.burst (1.8.7)
- com.unity.collections (2.1.4)
- com.unity.entities (1.0.14)
- com.unity.mathematics (1.2.6)
- com.unity.modules.imgui (1.0.0)
- com.unity.modules.jsonserialize (1.0.0)
✨ Features
- 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.
📈 Improvements
- Updated Burst dependency to version 1.8.7
