Issue Explorer
Status, longest-open, and most-mentioned cuts of every UUM-id referenced in the indexed Unity release-note corpus. Click any issue to see every release that mentioned it.
Physics issues
1–25 of 171
Filtered slice of every tracked UUM id — adjust the chips to widen or narrow.
All subsystemsRenderingScriptingMobileXRPhysicsUINetworkingEditorAudioAnimationAsset PipelineInputOther
| Issue | Status | Description | Introduced | Fixed | Days open | Mentions |
|---|---|---|---|---|---|---|
| UUM-139044 | Fixed | Physics 2D: Fixed an issue where the creation of 3 vertex ChainGeometry (triangle) was not allowed as previously the limit was 4 vertices. | — | 6000.3.16f1May 20, 2026 | — | 1 |
| UUM-139048 | Fixed | Physics 2D: Fixed an issue where "PhysicsComposer.CreateChainGeometry()" was incorrectly returning a reference to a stale internal buffer resulting in corrupted chain vertices. | — | 6000.3.16f1May 20, 2026 | — | 1 |
| UUM-139052 | Fixed | Physics 2D: The deprecated "ContactFilter2D.NoFilter()" instance method now correctly modifies the instance of ContactFilter2D from which it was called, essentially restoring previous functionality. This method is still deprecated however. | — | 6000.3.16f1May 20, 2026 | — | 1 |
| UUM-140799 | Fixed | Physics: Added the thisTransform property to the Collision type. | — | 6000.5.0b7May 7, 2026 | — | 3 |
| UUM-139681 | Fixed | Physics: Fixed an issue where MeshCollider components receiving a non-uniform scale would handle it incorrectly. | — | 6000.4.5f1Apr 28, 2026 | — | 5 |
| UUM-136447 | Fixed | Physics: Fixed an issue where inspectors could set Collider component data such as Center/Radius/Height/Size to +/-Infinity, which was not valid and would result in incorrect simulation behavior. | — | 6000.3.13f1Apr 8, 2026 | — | 9 |
| UUM-137493 | Fixed | Physics 2D: Fixed so that when the PhysicsCore2D project settings indicates that a settings-asset should be selected, show this guidance in a help-box rather than simple plain text. (UUM-137493) First seen in 6000.5.0a9. | — | 6000.5.0b2Apr 2, 2026 | — | 3 |
| UUM-137414 | Fixed | Physics 2D: When adding PhysicsShape with a disabled "PhysicsShapeDefinition.startMassUpdate", ensure that calling either "PhysicsBody.ApplyMassFromShapes" or "PhysicsBody.massConfiguration" correctly configures the PhysicsBody collision detection. | — | 6000.4.1f1Mar 31, 2026 | — | 11 |
| UUM-137011 | Fixed | Physics 2D: All physics object and argument validation now happens in final player builds to ensure consistent behaviour and no crashes can occur if warnings were not detected (or ignored) using the Editor/Development player. | — | 6000.3.12f1Mar 25, 2026 | — | 12 |
| UUM-134693 | Fixed | Physics 2D: Display "Physics Core 2D" consistently in the project settings Editor UI. (UUM-134693) First seen in 6000.5.0a7. | — | 6000.5.0a9Mar 19, 2026 | — | 3 |
| UUM-110564 | Fixed | Physics: Prevented stack overflow when raycasting on a MeshCollider with the Use Fast Midphase cooking option. | — | 6000.0.71f1Mar 18, 2026 | — | 15 |
| UUM-134276 | Fixed | Physics 2D: Fixed and issue with the HingeJoint2D tool handle drawing when deleting the component being edited. | — | 6000.4.0b11Mar 4, 2026 | — | 15 |
| UUM-134804 | Fixed | Physics 2D: Fixed default "PolygonGeometry" constructor generating invalid edge normal. | — | 6000.4.0b11Mar 4, 2026 | — | 15 |
| UUM-134423 | Fixed | Physics: Fixed an issue with physics Joint component gizmos, where auto configured connected anchors would follow the joint in the case where the joint is connected to a fixed point in world space. | — | 6000.3.10f1Feb 25, 2026 | — | 15 |
| UUM-107289 | Fixed | Physics: Fixed an issue where ConfigurableJoint anchor/connected anchor gizmos would display incorrectly when the "Swap Bodies" property would be enabled | — | 6000.4.0b9Feb 19, 2026 | — | 14 |
| UUM-133493 | Fixed | Physics 2D: Added the missing PhysicsComposer.ClearLayers() API to remove the need to get layer handles and then sequentially remove layers with those handles. | — | 6000.5.0a7Feb 19, 2026 | — | 12 |
| UUM-61756 | Fixed | Physics: Fixed an issue with the Cloth inspectors paint tools, where the brush wouldn't display due to no raycast being fired at the internal collision mesh. | — | 6000.3.9f1Feb 18, 2026 | — | 17 |
| UUM-91192 | Fixed | Physics: Fixed an issue with Rigidbody.SweepTest and Rigidbody.SweepTestAll, where the collision layer settings on the rigidbody's Collider components in cases where they would be located on child GameObjects. | — | 6000.3.9f1Feb 18, 2026 | — | 11 |
| UUM-110845 | Fixed | Physics: Fixed a crash when authoring Cloth components with scene reloading disabled. Entering Playmode right after authoring would still keep the Cloth instance in a "authoring only" state which means the underlying simulation object wasn't bein… | — | 6000.4.0b7Feb 3, 2026 | — | 20 |
| UUM-132091 | Fixed | Physics 2D: Updated scripting documentation for PhysicsBody, PhysicsShape and all PhysicsJoint "callbackTarget" properties to indicate that assigning any System.Object that isn't a UnityEngine.Object will not keep the object alive and out of the rea… | — | 6000.3.6f1Jan 29, 2026 | — | 14 |
| UUM-131683 | Fixed | Physics 2D: Fixed an issue where SegmentGeometry.forward was inverted. | — | 6000.3.5f1Jan 21, 2026 | — | 23 |
| UUM-128624 | Fixed | Physics: Fixed an issue where transform sync would in some instances incorrectly change the CharacterController component's internal shape rotation. In the case of PhysX this manifested by bodies being flung out when hit from the "right side" whi… | — | 6000.4.0b3Jan 7, 2026 | — | 25 |
| UUM-129924 | Fixed | Physics: Fixed a long standing issue with CharacterController authoring where an validation check was incorrect, in previous versions it was more complicated to hit this issue due to specific values needing to be input rather than just 0 for 'Ste… | — | 6000.4.0b3Jan 7, 2026 | — | 25 |
| UUM-111251 | Fixed | Physics: hidden property to the collision layer matrix container in order to no longer generate scroll bars when scaling down the project settings window. | — | 6000.0.65f1Jan 7, 2026 | — | 26 |
| UUM-129517 | Fixed | Physics 2D: Ensure that all available project templates have the 2D physics project setting option of "Reuse Collision Callbacks" enabled. | — | 6000.4.0b2Dec 17, 2025 | — | 27 |