bevy/examples/picking
Alice Cecile 5ab0456f61
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 20:28:03 +00:00
..
debug_picking.rs Unified picking cleanup (#18401) 2025-03-18 20:28:03 +00:00
mesh_picking.rs Unify picking backends (#17348) 2025-03-18 19:24:43 +00:00
simple_picking.rs Unified picking cleanup (#18401) 2025-03-18 20:28:03 +00:00
sprite_picking.rs Unified picking cleanup (#18401) 2025-03-18 20:28:03 +00:00