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
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
Add comment