Search Issue Tracker
Won't Fix
Votes
1
Found in [Package]
1.0.0 - Entities
Issue ID
ECSB-334
Regression
No
InvalidOperationException spam when EntityManager.GetAllEntities is part of an ExclusiveEntityTransaction and it's scheduled after an IJobEntity
Reproduction steps:
1. Open the attached project “ReproProject”
2. Enter Play mode
Expected result: There are no errors in the Console
Actual result: Errors are spammed in the Console:
"InvalidOperationException: The Unity.Entities.EntityTypeHandle has been declared as [WriteOnly] in the job, but you are reading from it."
Reproducible with: 1.0.0-pre.65 (2022.2.19f1), 1.0.8 (2022.2.19f1, 2023.1.0b17, 2023.2.0a15)
Couldn’t test with: 0.17.0-preview.42, 0.50.1-preview.2 (2020.3.48f1) (Various errors), 0.51.1-preview.21 (2021.3.25f1) (Collections errors)
Reproducible on: macOS 13.2.1 (Intel), Windows 11 (user’s)
Note: no errors are thrown after commenting line 20 of Repro.cs which schedules an IJobEntity
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's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
Resolution Note:
There are no fixes planned for this Bug