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
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- Addressables Profiles and Analyze windows no minimum window size
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.