Search Issue Tracker
Fixed in 0.10.X
Votes
0
Found in [Package]
preview.11 - 0.5.1
Issue ID
1216297
Regression
No
Hard Crash when using Generic IComponentData struct that contains a BlobAssetReference<T>
Steps to reproduce:
1. Open User-supplied project
2. Run the Sample Scene
Expected: Unity does not crash
Actual: Unity hard crashes
Reproduced in: 2019.3.0f6
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
- Localization Group Rules bypasses Locale logic when SharedGroup asset provided
- UI Toolkit World UI Text Field unfocuses immediately when clicking on it using XR Controller
- Crash on CallWindowProcW when entering Play mode for the second time and running the Editor in the background while using System.Windows.Forms functions
- 2D Freeform Light shadows disappear when light center is offset from shape bounds
- Crash on MarkAllDependencies when opening scenes with Assets from the YarnSpinner package
Resolution Note (fix version 0.10):
Entities.ForEach does not support generic parameter types. This is now detected and warned against, it does not crash anymore.