bevy_rapier
bevy_rapier copied to clipboard
On my computer, the example can only be run if I modify this
https://github.com/dimforge/bevy_rapier/blob/b38b432e54385aaa55ea9c1d61841eb0c2c71158/src_debug_ui/systems.rs#L5
let font_handle = asset_server.load("../assets/FiraSans-Bold.ttf").unwrap();
Hi! The examples are supposed to be run from the root directory of the repository. This is why the font is expected to be found on the assets/
instead of ../assets
. Maybe we should just try both paths in case someone runs the examples from the bevy_rapier2d
or bevy_rapier3d
folders as you appear to have done.
I think it would be better to add a readme file
We're no longer using fonts so this issue can be closed.