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
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- PhysicsRaycaster ray length is incorrect when casting from rotated Camera
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.