Search Issue Tracker
Active
Votes
1
Found in [Package]
2018.4
2019.4
2019.4.22f1
2020.3
2021.1
2021.2
Issue ID
1324447
Regression
No
Assertion Failed printed and Editor crashes when changing a Transform that is in a TransformAccessArray to a RectTransform
How to reproduce:
1. Open the attached project (case_1324447-RectTransformCrash)
2. Open SampleScene
3. Click Play
Expected result: No errors are printed, Editor enters Play Mode
Actual result: Assertion failed error is printed to the console, Editor crashes when exiting Play Mode
Reproducible with: 2018.4.33f1, 2019.4.23f1, 2020.3.2f1, 2021.1.2f1, 2021.2.0a10 (0.0.7-preview.10 - 0.8.0-preview.23)
Note:
1. TransformAccessArray is implemented in UnityEngine.CoreModule so the Jobs package is not necessary
2. Crash occurs about 9/10 times
3. Crash also occurs if you destroy the Game Object
Comments (1)
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
kadd11
Jun 04, 2021 18:37
Are there any updates on the plans to fix this issue?