Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2017.2.0f3
Issue ID
968454
Regression
Yes
Unity crashes at Scripting::ScriptingWrapperFor when Collider is passed as a reference to OnCollisionEnter function
How to reproduce:
1. Download repro.zip
2. Open "sss" scene
3. Enter play mode
4. Unity crashes when two game objects collide
Result: Unity crashes because in newscript.cs (line 18) we are passing Collision reference to OnCollisionEnter function
Regression first introduced in: 5.6.0b3
Reproducible with: 5.6.4p3, 2017.1.2p3, 2017.2.0p2, 2017.3.0b10, 2018.1.0a5
Not reproducible with: 5.5.5p1, 5.6.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Buttons in the Overlay Menu in the Scene View are all gray even if they're activated when Game View is maximized and minimized
- NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
- Editor crashes on PrepareSpriteTilingData when exiting Play mode
Add comment