A refreshingly simple data-driven game engine built in Rust
36.39k
stars
3.59k
forks
source link
Add flags to `SpritePlugin` and `UiPlugin` to allow disabling their picking backend (without needing to disable features). #16473
Closed
andriyDev closed 2 days ago
Objective
Solution
SpritePlugin
andUiPlugin
to disable their picking backends.Testing
Migration Guide
UiPlugin
now contains an extraadd_picking
field ifbevy_ui_picking_backend
is enabled.SpritePlugin
is no longer a unit struct, and has one field ifbevy_sprite_picking_backend
is enabled (otherwise no fields).