Skip to content

AssetPlugin always creates empty assets directory #11208

Closed
@nvdaz

Description

@nvdaz

Bevy version

0.12.1 and b6da40c

What you did

App::new().add_plugins(AssetPlugin::default());

What went wrong

Merely adding AssetPlugin to an app creates an assets directory. Projects that don't load assets from the file system are left with an empty folder. This folder was not auto created in 0.11.

Additional information

Looks like this behavior was added in #8624.
The folder is created here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-AssetsLoad files from disk to use for things like images, models, and soundsC-BugAn unexpected or incorrect behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions