Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
0.8.0-preview.8
Issue ID
1217354
Regression
No
[ECS] Error 'DCICE007' is thrown when compiler removes fields that would be paired with WithReadOnly
Reproduction steps:
1. Open the attached project ("case_1217354-ECSBug")
2. Inspect console
Expected result: No errors are thrown
Actual result: "error DCICE007: Could not find field for local captured variable for argument of WithReadOnly" error is thrown
Reproducible with: 2019.3.7f1, 2020.1.0b3, 2020.2.0a5
Couldn't test with: 2017.4, 2018.4 (package is not supported)
Reproducible with package versions: 0.5.1-preview.11, 0.8.0-preview.8
Note: In the repro project, changing the if condition in "ScheduledHitSystem.cs" line 55 from false to the commented out condition fixes the issue
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
- [Android][GameActivity] APK built with Development Build enabled gets flagged as having Malware
- Default name of manually created Global Light 2D GameObject differs from the one included in the initial project Scene
- Option for "Acceleration Structure Build Flags" cannot be toggled when Lightmaps have been Generated for a Mesh Renderer
- Lights in Batch keep resetting to 0 in the Light Batching Debugger when a new GameObject is created and the mouse cursor is hovered over the Inspector window
- [macOS] Rendering Debugger Volume's "Component" dropdown is opened with a big offset when "Component" field is set to any "Sample Scene"
Resolution Note:
The DCICE007 error no longer exists in Entities 0.50 and onward.