Skip to content

1.3.0-pre.4

Compare
Choose a tag to compare
@Needle-Mirror-Bot Needle-Mirror-Bot released this 18 Jul 12:12

[1.3.0-pre.4] - 2024-07-17

Added

  • The collision tolerance in the CollisionWorld, which defines the minimum distance required for creating contacts between rigid bodies, is now configurable. The default value has been changed to a smaller, more performant value of 0.01 meters. If you observe any tunneling issues in your use case, please increase the value via the PhysicsStepAuthoring component.

Changed

  • Updated Burst dependency to version 1.8.16

Fixed

  • Prevent Entity.Null entries in the PhysicsColliderKeyEntityPair buffer of rigid body entities with compound colliders.