Path: blob/main/release-content/migration-guides/picking_location_not_component.md
6592 views
---
---
bevy_picking::Location
was erroneously made a Component
. It is no longer one. bevy_picking::PointerLocation
wraps a Location
and is the component you should be using instead.