Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/release-content/migration-guides/picking_location_not_component.md
6592 views
---
title: "`Location` is no longer a `Component`" pull_requests: [19306]
---

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.