Trying to use Wonderlust in my project, but cant get it going as im getting message:
`panicked at 'Resource requested by bevy_mod_wanderlust::systems::setup_physics_context does not exist: bevy_rapier3d::plugin::context::RapierContext'``
I FEEL like im adding Rapier correctly. I dont get the same when running Wonderlust example.
Tried
- Removing framepace
- .insert_resource(WanderlustPhysicsTweaks(false))
Anyone see what im doing wrong?
Repo (its convoluted): https://github.com/RobertoSnap/bevy-jam2/blob/3d/src/lib.rs