Jondolf / avian

ECS-driven 2D and 3D physics engine for the Bevy game engine.
https://crates.io/crates/avian3d
Apache License 2.0
1.55k stars 120 forks source link

Add `#[reflect(Component)]` for `AncestorMarker` and register the type #461

Closed Jondolf closed 4 months ago

Jondolf commented 4 months ago

Objective

Fixes #460.

Solution

Add #[reflect(Component)] for AncestorMarker and register the type.