Closed aecsocket closed 6 days ago
Done. Personally I prefer FQN and dislike feature gating imports, but ideally Bevy sets outs its own guidelines on when to use FQN and when to feature gate imports.
Yeah, I don't mind the FQP myself actually, but I prefer consistency.
Objective
Run this without this PR:
cargo build -p bevy_hierarchy --no-default-features
You'll get:
Because of this line:
Solution
use FQN:
derive(bevy_reflect::Reflect)
Testing
cargo build -p bevy_hierarchy --no-default-features