Andrew

Results 2 comments of Andrew

Queries with tuples don't resolve by default since Bevy generates their `WorldQuery` impl with a [proc macro](https://github.com/bevyengine/bevy/blob/f907d67d7ed5cfd8b11b2ad78e9dfd6eeb913cea/crates/bevy_ecs/src/query/fetch.rs#L1499). However, enabling the experimental proc macro support #6908 (experimental features `org.rust.cargo.evaluate.build.scripts` and `org.rust.macros.proc`)...