com.unity.physics 1.2.0-pre.12
Source docsNotes: processedReleased February 28, 2024
Unity Compatibility
Minimum Unity: 2022.3 (11f1)
Package Dependencies
- com.unity.burst (1.8.12)
- com.unity.collections (2.4.0-pre.5)
- com.unity.entities (1.2.0-pre.12)
- com.unity.mathematics (1.3.1)
- com.unity.modules.imgui (1.0.0)
- com.unity.modules.jsonserialize (1.0.0)
- com.unity.test-framework (1.4.3)
✨ Features
- ScheduleUpdateBroadphase and UpdateBroadphaseImmediate to update the Broadphase instead of doing a full rebuild.
- ScheduleUpdateMotionData and UpdateMotionDataImmediate to update the pre-existing MotionData without recreating them.
- BuildPhysicsWorldData.CompleteInputDependency method to complete the InputDependency if necessary.
- Simulaton.ResetSimulationContext to make it possible reset the current simulation context.
📈 Improvements
- Updated Burst dependency to version 1.8.12
🔧 Bug Fixes
- Fixed errors caused by memory corruption when selecting mesh-based custom Physics Shape Authoring components in the editor.
- ### Updated
- Upgraded Test Framework version to 1.4.3
