Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2.0b8
Issue ID
1051692
Regression
No
Write operation in IJobComponentSystem [ReadOnly] variable doesn't create a warning message
How to reproduce:
1. Open user-submitted project (unity-job-system-execution-order-issue.zip)
2. Open "SampleScene.unity" scene
3. Play the scene with "SuccessSystemsOrder_Spawner" game object active (Observe cube behavior)
4. Play the scene with "IgnoreSystemsOrder_Spawner" game object active (Observe cube behavior)
5. Inspect "ModifySpeedSystem.cs" file code at line 30.
6. Change "[ReadOnly] ref MoveSpeed moveSpeed" to "[WriteOnly] ref MoveSpeed moveSpeed"
7. Repeat steps 3, 4
Expected result: Generated cubes don't move
Actual result: Generated cubes move due to system execution order being incorrect due to incorrect variable access flags
Reproducible with: Entities 0.0.12-preview 8
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment