com.unity.physics 1.4.3

com.unity.physics

Source docs
Notes: processedReleased October 30, 2025

Browse versions

PreviousNext

Features

  • The Force Unique Collider companion component can now be disabled in the Inspector. When disabled it will no longer cause its associated baked Unity Physics Colliders to be unique.

📈 Improvements

  • Updated the Burst dependency to version 1.8.25
  • ### Deprecated

API Changes

    🔧 Bug Fixes

    • Baked Unity Physics Colliders that are forced to be unique will now produce stable collider blob hashes. This ensures that associated artifact IDs in your project will no longer change each time the project is re-imported. Note that baked colliders can be forced to be unique either via the "Force Unique" option in the custom Physics Shape authoring component, or via the Force Unique Collider companion component for built-in Colliders. Both approaches now support stable collider blob hashes.
    • ### Security