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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment