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
bevy version: main a1e442c what I do: run any bevy example with cargo run --features debug_asset_server --example 3d_scene what happens: a panic at startup with:
thread 'main' panicked at 'Resource requested by
(ResMut<debug_asset_server::HandleMap<Font>>, Res<AssetServer>) does not exist:
debug_asset_server::HandleMap<Font>',
./bevy/crates/bevy_ecs/src/system/system_param.rs:545:17
bevy version: main a1e442c
what I do: run any bevy example with
cargo run --features debug_asset_server --example 3d_scenewhat happens: a panic at startup with: