dimforge / dimforge/bevy_rapier
add Collider::from_bevy_mesh_handle as async-asset-loading-compatible alternative to Collider::from_bevy_mesh
Open
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 282
- PR merge metrics
- No merged PRs in 30d
Description
I would love a method that could handle bevy's asynchronous asset loading. Currently a game developer must manually load the assets, make sure they're fully loaded, then instantiate the collider from the mesh and insert it into the world. It would be really awesome if bevy_rapier3d could handle this by itself.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.