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
- Console Warning -- KeyboardIconAtlas sprite Input Outline goes beyond the boundary of the Sprite rect.
- Reflection Probe “Probe Scene Editing Mode:” text is barely visible
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
- Some Shaders appear twice in Material Shader selection menu
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
Add comment