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
- Index Out Of Range exception when trying to use Rendering Layer Override in Probe Adjustment Volume without a mask defined in lighting settings
- [Android] [Vulkan] [WebCamTexture] "WebCamTexture.Play" crashes the application when the camera is started
- Huge performance overheads appear when there is a large amount of bindings in the UI Toolkit
- Visual Effects Graph Blackboard can't be scrolled horizontally
- .Net Standard 2.0 dlls causing errors in .net Standard 2.1, despite the automation of compact shims
Resolution Note (fix version 0.15):
Fixed package version available in Unity 2020.1.0b15 and above