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
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
- “GUIStyle” and “NullReferenceException” errors thrown in the Console when opening Object Field during script compilation
- Reflections are visible on objects without Recursive Rendering when viewed through transparent parts of another object with Recursive Rendering and Alpha Clipping enabled
- Visual artifacts appear when using "clip" method in custom shader and running on GLES
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.