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
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
Add comment