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
- Left side cog menu button is obstructed by the maximum Y value of the graph when editing a curve in the Particle System Curves
- "Property exceeds previous array size (64 vs 32)." warnings are thrown when switching from tvOS platform to a Standalone platform after restarting the Editor
- Component logo icon is poorly visible in a query build mode then light editor theme is selected
- NavMeshAgent "breaks" when approaching a non-carved NavMeshObstacle
- Component titles in the tooltips are presented in a code strings instead of human language
Add comment