Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
0.17.0-preview.41
Issue ID
1317119
Regression
No
[ECS] Editor crashes when allocating BlobArrays
How to reproduce:
1. Open the attached project ('case-1317119.zip')
2. Open the 'SampleScene' Scene
3. Enter Play Mode
Reproducible with: 0.11.2-preview.1 (2019.4.22f1), 0.17.0-preview.41 (2020.2.7f1, 2020.3.0f1, 2021.1.0b11, 2021.2.0a10)
Could not test with: 0.0.12-preview.24 (2018.4.32f1) (Blob assets are not introduced)
Notes:
- No stack trace is logged from the crash
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
- PlayerPropertiesChanged event fires before Player Properties are applied
- Opening Media Pop-out in “Before You Start” Tutorial throws “Styles” and “Styles_Dark” messages in the Console window
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Asset name is not shown in the Undo History window when a sprite is modified
- Moving a Tab to a floating window fails when floating windows are docked next to each other
Resolution Note:
Unrelated to blob assets. Caused by stack overflow in property: public float3[] Flat_Positions => Flat_Positions; Crash on stack overflow is a known issue.