Skip to content

bevy_console::console::console_ui could not access system parameter ResMut<EguiUserTextures> #84

@motgenror

Description

@motgenror

With this in Cargo.toml:

bevy_console = { version = "0.13.1" }

And

.add_plugins(ConsolePlugin)
.insert_resource(ConsoleConfiguration {
    ..default()
})

Bevy fails at startup with

bevy_console::console::console_ui could not access system parameter ResMut<EguiUserTextures>

If I find a solution, I'll post it in the comments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions