Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.0.56f1
6000.2.2f1
6000.3.0a6
6000.4.0a1
6000.5.0a1
Issue ID
UUM-115186
Regression
No
Colliders with IgnoreCollision take significantly longer to be destroyed
How to reproduce:
1. Open the “IN-111471.zip“ project
2. Open the “SampleScene”
3. Enter Play Mode
4. Select the “PhysicsColliderCleanupTester“ GameObject
5. Enable and disable the “PhysicsColliderTester“ Component a few times to stabilize the performance
6. Observe the times logged in the Console
7. Enable/Disable the “Use Physics Ignore Collision“ checkbox
8. Enable and Disable the “PhysicsColliderTester“ Component once
9. Observe the Console
Expected result: The time logged with Ignore Collisions enabled is similar to the disabled.
Actual result: The time logged with Ignore Collisions enabled is significantly longer than the disabled.
Reproducible in: 2021.3.55f1, 6000.0.56f1, 6000.2.2f1, 6000.3.0a6
Reproduced on: Windows 11 Pro (24H2)
Not reproduced on: No other environment tested
Notes:
- The enable and disable times are quite inconsistent. However, the time difference between IgnoredCollision enabled and disabled is very visible
- Creating the colliders takes around the same time regardless of IgnoreCollision
- Time taken to destroy the colliders rises exponentially with the number of colliders
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
Add comment