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
- “IndexOutOfRangeException: Index was outside the bounds of the array.” error is thrown when large Text (TMP) GameObject Overflow field is set to Ellipsis
- The OnValidate method is not invoked when reverting changes on a Prefab Variant
- The “+” button to create Labels is not deactivated when no labels can be created due to no Categories existing and does nothing when pressed
- The UIElements "GeometryChangedEvent" is not invoked when modifying "VisualElement.style.translate"
- Prefab Variant does not get updated when changes are made on "OnValidate" method
This is a duplicate of issue #1031811