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
- [Android] Texture Compression default texture format is set to PVRTC when building via script BuildPipeline.BuildPlayer
- [Android][GameActivity] APK built with Development Build enabled gets flagged as having Malware
- Default name of manually created Global Light 2D GameObject differs from the one included in the initial project Scene
- Option for "Acceleration Structure Build Flags" cannot be toggled when Lightmaps have been Generated for a Mesh Renderer
- Lights in Batch keep resetting to 0 in the Light Batching Debugger when a new GameObject is created and the mouse cursor is hovered over the Inspector window
Add comment