Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0b1
2018.3.0b3
Issue ID
1081979
Regression
Yes
Unity crashes when instantiating a Prefab with Box Collider 2D and Composite Collider 2D
How to reproduce:
1. Open the attached project (BoxCollider2DIssue.zip)
2. Enter the play mode
Expected result: Prefab is instantiated without any issues
Actual result: Unity crashes trying to instantiate the Prefab
Reproduces in: 2018.3.0b3, 2019.1.0a2
Does not reproduce in: 2017.4.11f1, 2018.1.9f2, 2018.2.9f1
Note: The Prefab has to have Box Collider 2D, Composite Collider 2D and Rigidbody 2D (comes with the Composite Collider) and "Used by Composite" must be enabled in the Box Collider 2D. It crashes on this line: 0x0000000141C0ABCA (Unity) BoxCollider2D::PrepareShapes
Fixed in: 2019.1.0a3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment