Search Issue Tracker
Duplicate
Votes
0
Found in
5.6.1f1
Issue ID
932576
Regression
No
[Collider2D] 2D Colliders on a prefab crashes when entering to Play mode
To reproduce:
1. Download attached project "932576.zip" and open in Unity
2. Open "BattleScene" scene
3. Enter Play mode
Expected Result: Unity Editor successfully enters to the Play mode
Actual Result: Unity Editor crashes
Notes:
- Disabling 2D collider on Pentagon prefab under Prefabs folder doesn't cause a crash
- If you use "Instantiate(Prefab, new Vector3(x, y, 0), Quaternion.identity);" instead of "Instantiate(Prefab, new Vector3(x, y, 0), Quaternion.Euler(90, 0, 0));"
then no crash occurs.
- Stack trace is shared on comments section
Reproduced on Unity 5.5.4p2, 5.6.2p4, 2017.1.0p1, 2017.2.0b4 and 2017.3.0a1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Console shows Exception: {"error":"not found","detail":["not found"]} after opening Build History window
- [HDRP] Volumetric cloud shadows disappear when there is no directional light shadows
- “Selector” column names in the Search window are lowercase when added
- Install List Project Counter Panel can be right clicked through and Install Context Menu can be opened disabling Project Counter Panel's buttons
- [MacOS] Scene is marked/flickering as dirty (with asterisk) when dragging a Material on a GameObject in Scene view
This is a duplicate of issue #1031811