# Objective - Fixes #16472. ## Solution - Add flags to `SpritePlugin` and `UiPlugin` to disable their picking backends. ## Testing - The change is pretty trivial, so not much to test! --- ## Migration Guide - `UiPlugin` now contains an extra `add_picking` field if `bevy_ui_picking_backend` is enabled. - `SpritePlugin` is no longer a unit struct, and has one field if `bevy_sprite_picking_backend` is enabled (otherwise no fields). |
||
|---|---|---|
| .. | ||
| mesh2d | ||
| render | ||
| texture_slice | ||
| bundle.rs | ||
| dynamic_texture_atlas_builder.rs | ||
| lib.rs | ||
| picking_backend.rs | ||
| sprite.rs | ||
| texture_atlas_builder.rs | ||
| texture_atlas.rs | ||