Search Issue Tracker
Fixed in pre 0.50.0
Votes
1
Found in [Package]
0.6.0-preview.24
Issue ID
1251143
Regression
No
[DOTS] Boolean loses its value after coming out of a code block where it was assigned a value after a ForEach
Reproduction steps:
1. Create a new project
2. Add Entities package through the Package Manager
3. Import the attached script ("BuggySystem.cs")
4. Enter Play mode and observe Console
Expected results: At first the boolean variable is false and all following printed values of it is true
Actual results: Boolean is false, inside code block after a ForEach it's assigned true, but out of the code block it's false once again
Reproducible with: Entities 0.6.0-preview.24, 0.11.0-preview.7, 0.11.1-preview.4 (2019.3.16f1, 2019.4.2f1, 2020.1.0b14, 2020.2.0a15)
Didn't test with older Unity versions since the package versions with which the issue is reproducible are unavailable in those streams. Couldn't test with older package versions due to code-breaking when downgrading
Notes:
- Package found version is the first package version with which the code in question could be run without any errors
- In this case the code in question is in a class which is derived from SystemBase and is executed in an overridden OnUpdate() method
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- On Script import/reimport MonoImporter does not generate consistent results due to updating Custom packages
- [Entities Graphics] Size of the Content Update generated folder increases when changes are made to the Scene
- In Play Mode, an extra Sync Call is made every frame when a GameObject has a Rigidbody 2D component
- Crash on block_remove when a scene is opened in a specific project
- The GameObject with a Hinge Joint Component does not return to the initial position when the Use Motor property is toggled off
Add comment