Search Issue Tracker
Fixed in 0.0.12-preview.30
Votes
0
Found in [Package]
0.0.12-preview.19
Issue ID
1085730
Regression
No
"ComponentGroup.SetFilter" doesn't detect "SharedComponentData" accurately with strings
Reproduction steps:
1. Open "EcsFiltering.zip" project
2. Enter Play Mode
3. See Console output
Expected Result:
"Unique shared strings count 11: ["" "0" "1" "2" "3" "4" "5" "6" "7" "8" "9"]
Entities with string value="0": 2 count
Entities with string value="3": 1 count
Entities with string value="unexpectedValue": 0 count"
Actual Result:
"Unique shared strings count 13: ["" "0" "1" "1" "2" "3" "4" "5" "6" "7" "8" "9" "unexpectedValue"]
Entities with string value="0": 2 count
Entities with string value="3": 0 count
Entities with string value="unexpectedValue": 0 count"
Reproduced with: 2019.1.0a6, 2018.3.0b8, 2018.2.14f1, 2018.2.0f1, 2018.2.0b10
Did not reproduce on (ECS doesn't work): 2018.2.0b9, 2018.2.0b1, 2018.2.0a1, 2018.1.9f2
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 GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Add comment