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
- Baked Lightmap ”View” button text is aligned incorrectly
- Lightmap Asset icon changes colours after Baked Lightmap Viewer window is opened
- VideoClipImporter preset not applied when applying Preset Selector on already imported video clips
- Frame Debugger gets disabled when any Editor window is maximised and minimised
- TextMeshPro InputField view is not updated when OnEndEdit is triggered
This is a duplicate of issue #1031811