Search Issue Tracker
Fixed in 0.15.X
Votes
3
Found in [Package]
0.10.0-preview.6
Issue ID
1236267
Regression
No
Entity is shown as changed when JobComponentSystem enters an OnUpdate function with .WithReadOnly(BufferFromEntity) expression
How to reproduce:
1. Open the attached project's Scene labeled "SampleScene"
2. Enter the Play Mode
3. In the Console Window, inspect the logs
Expected result: Entity is not changed after JobComponentSystem enters an OnUpdate function with .WithReadOnly(BufferFromEntity) expression
Actual result: Entity is shown as changed after JobComponentSystem enters an OnUpdate function with .WithReadOnly(BufferFromEntity) expression
Reproducible with Unity: 2019.3.13f1, 2020.1.0b8, 2020.2.0a11 (0.2.0-preview.18, 0.10.0-preview.6)
Couldn't test with Unity: 2017.4.40f1 (Package Manager does not exist), 2018.4.22f1 (Entities Package does not exist)
Couldn't test with Package: 0.0.12-preview.2, 0.1.1-preview (Missing namespace)
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
- Asset Database warning is being logged continuously when creating a script in an embedded package
- The Scene is marked as dirty when navigating Hierarchy by using arrow keys
- Build process only shows Initializing when building for Android
- TileMap Palette preview flickers when scaled
- Shader Graph Blackboard "plus" sign is not centered within the button
Resolution Note (fix version 0.15):
Fixed package version available in Unity 2020.1.0b15 and above