Unity Issue Tracker - WithAny<> clause fails to select entities when DynamicBuffer is disabled
Fixed
ECSB-809
WithAny<> clause fails to select entities when DynamicBuffer is disabled
Package: Entity Component System (ECS)
Won't Fix
1.2.X
1.1.X
If this is addressed, it will be in 1.3.X
This will be addressed in a later version.
Reproduction steps:
1. Open the attached “EnableableBuffers.zip” project
2. Open the “Assets/Scenes/SampleScene.unity” scene
3. Enter the Play Mode
4. Click the “Demonstrate bug” button
5. Observe the Console window
Expected result: “Query returned 1 entity as expected” is present
Actual result: "Query returned 0 entities, expected 1!" is present