com.unity.physics 1.2.0-pre.12

com.unity.physics

Source docs
Notes: processedReleased February 28, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3 (11f1)

Package Dependencies

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