Skip to content

Examples crash when using --features debug_asset_server #8484

@nicopap

Description

@nicopap

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-BugAn unexpected or incorrect behaviorP-CrashA sudden unexpected crashP-RegressionFunctionality that used to work but no longer does. Add a test for this!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions