Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/release-content/migration-guides/extract-picking-plugin-members.md
6592 views
---
title: Extract `PickingPlugin` members into `PickingSettings` pull_requests: [19078]
---

Controlling the behavior of picking should be done through the PickingSettings resource instead of PickingPlugin.

To initialize PickingSettings with non-default values, simply add the resource to the app using insert_resource with the desired value.