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
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
- Errors and warnings are thrown after installing Visual Effect Graph Learning Samples
- Add Behaviour dropdown has a part in which the dropdown outline is cut out when the Add Behaviour dropdown is opened
This is a duplicate of issue #1031811