Search Issue Tracker
Fixed in 5.0.X
Votes
1
Found in
4.3.1f1
Issue ID
580469
Regression
No
OnCollisionEnter(Collision collision) gives weird results for collision.collider.gameobject
To reproduce:
1. Open attached project
2. Open "scene1". It contains a sphere that collides with 3 cubes that belong to a parent with a rigidbody
3. Delete/disable the Object2D
4. Enter play mode - the sphere collides with the cubes and prints it's Collision.collider.gameobject in the 2nd line in the console. Notice how it's Cube2 - a cube that the sphere was not touching at any point. The expected result is Cube3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [iOS] "Button.onClick" logs an action when system gestures (second swipe) are performed with "Defer system gestures on edges" enabled
- Baked shadows are missing when loading a scene additively and lighting was baked in 2022.3
- Canvas masking is not updated when destroying the Canvas Component with an 'overrideSorting'
- Canvas UI is invisible in camera with output from Graphics Compositor with a texture sublayer when a separate camera renders to that texture as a Target Texture
- UI Builder Progress Bar Element background color does not change in the Viewport
Add comment