Skip to content

Update rapier to 0.27#671

Merged
ThierryBerger merged 16 commits intodimforge:masterfrom
ThierryBerger:rapier_0.27
Aug 4, 2025
Merged

Update rapier to 0.27#671
ThierryBerger merged 16 commits intodimforge:masterfrom
ThierryBerger:rapier_0.27

Conversation

@ThierryBerger
Copy link
Contributor

@ThierryBerger ThierryBerger commented Jul 23, 2025

Bevy specific breaking changes:

  • RapierQueryPipeline is no longer a component.
    • Migration: Use RapierContext or retrieve the needed components to pass to RapierQueryPipeline::new_scoped and make your logic in a scoped function. This function allows capturing and returning information.
  • a new QueryPipelineMut to provide the same API as rapier. It's currently used for the character controller.

@ThierryBerger ThierryBerger merged commit 3a0c197 into dimforge:master Aug 4, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant