Registry / other / bevy-mod-picking

bevy-mod-picking

JSON →
library0.20.1rscratesunverified

A modular picking plugin for the Bevy game engine.

# Cargo.toml [dependencies] bevy_mod_picking = "0.20.1"
INSTALL
IMPORT
SIG · BEVY-MOD-PICKING
B
bevy-mod-picking
otherrustv0.20.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PickingPlugin
use bevy_mod_picking::prelude::*;

Sets up a basic Bevy app with the picking plugin enabled.

use bevy::prelude::*; use bevy_mod_picking::prelude::*; fn main() { App::new() .add_plugins(DefaultPlugins) .add_plugins(PickingPlugin) .run(); }
Debug
Known issues
breakingRequires Bevy version compatibility; may break with major Bevy updates.
fix
Check the crate's version against your Bevy version and update accordingly.
affects: >=0.20.0
Upgrade
Version history
0.20.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Meta
2
OpenAI (training)
1
Resources
bevy-mod-picking — cargo add bevy-mod-picking · libregistry