bevy/examples/picking
Alice Cecile 8b6f48ca35 Unified picking cleanup (#18401)
# Objective

@cart noticed some issues with my work in
https://github.com/bevyengine/bevy/pull/17348#discussion_r2001815637,
which I somehow missed before merging the PR.

## Solution

- feature gate the UiPickingPlugin correctly
- don't manually add the picking plugins

## Testing

Ran the debug_picking and sprite_picking examples (for UI and sprites
respectively): both seem to work fine.
2025-03-18 21:48:22 +01:00
..
debug_picking.rs Unified picking cleanup (#18401) 2025-03-18 21:48:22 +01:00
mesh_picking.rs Unify picking backends (#17348) 2025-03-18 21:18:06 +01:00
simple_picking.rs Unified picking cleanup (#18401) 2025-03-18 21:48:22 +01:00
sprite_picking.rs Unified picking cleanup (#18401) 2025-03-18 21:48:22 +01:00