You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Objective
The plugin table for the docs of `PhysicsPlugins` mentions `PhysicsDebugPlugin` as a plugin that is added by default, but it isn't. `PhysicsPickingPlugin` on the other hand isn't mentioned at all.
## Solution
Add a separate table for additional plugins.
/// | [`PhysicsDebugPlugin`] | Renders physics objects and events like [AABBs](ColliderAabb) and [contacts](Collision) for debugging purposes (only with `debug-plugin` feature enabled). |
539
+
/// | [`PhysicsPickingPlugin`] | Enables a physics picking backend for [`bevy_picking`](bevy::picking) (only with `bevy_picking` feature enabled). |
534
540
///
535
541
/// Refer to the documentation of the plugins for more information about their responsibilities and implementations.
0 commit comments