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
error[E0277]: bevy_rapier2d::plugin::RapierConfiguration is not a Resource
How to configure gravity and other Rapier setting?
The whole documentation is quite bad. If I had a better experience with Rapier I could fix it, but I don’t have. Could you make the docs a bit more searchable?
The text was updated successfully, but these errors were encountered:
Thanks for the report ; we're working on updating the website documentation. In the meantime looking at official examples and changelog is the most actionable suggestion I can give.
(RapierConfiguration is now a component, which you can query through Query<&RapierConfiguration, With<DefaultRapierContext>)
I'm moving this to rapier.rs, the website repository.
Wherever I look I find examples like this:
However the compiler gives the error:
How to configure gravity and other Rapier setting?
The whole documentation is quite bad. If I had a better experience with Rapier I could fix it, but I don’t have. Could you make the docs a bit more searchable?
The text was updated successfully, but these errors were encountered: