Search Issue Tracker
Active
Under Consideration for 2021.3.X, 2022.3.X
Votes
0
Found in
2021.3.34f1
2022.3.17f1
2023.2.6f1
2023.3.0b3
6000.0.0b11
Issue ID
UUM-60691
Regression
No
Wrong GameObject is reported in “OnParticleCollision” when using the Particle System Collision module and using the “Collides With” layers setting
How to reproduce:
1. Open the attached “collisions.zip” project
2. Open “Particle collision test” Scene
3. Open Project Settings > Tags and Layer and set “User Layer 6” to “test”
4. In the Hierarchy window, select “GameObject” GameObject
5. In the Inspector window, open the “Collision” tab of the “Particle System” Component
6. Set “test” in “Collides With” field
7. Select “GameObject” GameObject that’s inside “Cube” GameObject
8. In the Inspector window, change “Layer” to “test”
9. Select “Cube” GameObject and remove the “Rigidbody” Component
10. Enter Play Mode and observe the Console window
Expected result: “Other object: Collision object, other layer: test” is logged
Actual result: “Other object: Cube, other layer: Default” is logged
Reproducible with: 2021.3.34f1, 2022.3.17f1, 2023.2.6f1, 2023.3.0b3
Reproduced on: macOS 13.6.3 (Intel)
Not reproducible on: No other environment tested
Note: not reproducible without a “Rigidbody” Component
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
- Weird behaviour in TextMeshPro Link Example sample when hovering over single letters after hovering over a word
- RegisterValueChangedCallback is triggered when the Label of a TextField is changed
Add comment