dimforge / bevy_rapier

Official Rapier plugin for the Bevy game engine.
https://rapier.rs
Apache License 2.0
1.27k stars 259 forks source link

How to use CollisionPipeline in bevy_rapier? #245

Open liangyongrui opened 2 years ago

sebcrozet commented 2 years ago

There is currently no convenient wrapper for CollisionPipeline in bevy_rapier. So you would have to write your own resources and systems to create the CollisionPipeline and update it.