Closed
Description
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.