Search Issue Tracker
Won't Fix
Won't Fix in 1.0.X
Votes
1
Found in [Package]
1.0.0
Issue ID
ECSB-143
Regression
No
"error SGICE002: This error indicates a bug in the DOTS source generators" when opening a project
How to reproduce:
Open the attached project “Big-Project-4.zip”
Expected results: No errors in the Console window
Actual results: “error SGICE002: This error indicates a bug in the DOTS source generators.” thrown in the Console window
Reproducible with: 2022.2.1f1
Could not test with: 2022.2.2f1 (project stuck at Domain Reloading while opening)
Reproducible on: Windows 10
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
This error occurs since a component type which does not exist , FirstPersonCharacterComponent, is used in a query (Line 16 in DestroyOnDeathSystem.cs).
The error might not be the most descriptive error, however, since the original line of code causing the error doesn't compile, we don't intend to change this.
Resolution Note (1.0.X):
This error occurs since a component type which does not exist , FirstPersonCharacterComponent, is used in a query (Line 16 in DestroyOnDeathSystem.cs).
The error might not be the most descriptive error, however, since the original line of code causing the error doesn't compile, we don't intend to change this.