Search Issue Tracker
Fixed
Fixed in 6000.0.4f1
Votes
1
Found in
6000.0.2f1
Issue ID
UUM-72148
Regression
Yes
CollisionIgnore() resets all Colliders when resetting only one Collider
How to reproduce:
1. Open the “CollisionBugReport.zip“ project
2. Open the “SampleScene”
3. Enter the Play Mode
4. Press the “1” key (for the RedCube to ignore BlueCube collision)
5. Press the “2” key (for the BlueCube to ignore GreenCube collision)
6. Press the “3” key (for the BlueCube to stop ignoring GreenCube collision)
7. Observe the Game view
Expected results: Only the BlueCube and GreenCube Colliders start colliding
Actual results: All Colliders are colliding
Reproducible in: 2023.3.0b7, 6000.0.2f1
Not reproducible in: 2021.3.38f, 2022.3.29f1, 2023.3.0b6
Reproduced on: Windows 11 Pro (23H2)
Not reproduced on: No other environment tested
Note: When the “Physics.IgnoreCollision()“ is triggered on any other Collider but the GreenCube, it will fix the issue (meaning, only the GreenCube collision will not be ignored, and the collision of the Ignored Collider)
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
MetallCore999
May 16, 2024 11:46
And why this issue have title CollisionIgnore() ? Maybe it should be IgnoreCollision() ? Because it become difficult to search
MetallCore999
May 16, 2024 11:40
This bug also happens with joints. When a joint is broken, all colliders of this object are reset, since when a joint is broken, the collision is turned on again. I have a physics based game, so this bug breaks everything... Weapons collide with the owner, triggers collide with its parent, etc. :(