diff --git a/crates/bevy_asset/src/lib.rs b/crates/bevy_asset/src/lib.rs index 5c3e3690dd..d0535fa6d2 100644 --- a/crates/bevy_asset/src/lib.rs +++ b/crates/bevy_asset/src/lib.rs @@ -62,6 +62,7 @@ pub enum AssetStage { /// /// Assets are typed collections with change tracking, which are added as App Resources. Examples of /// assets: textures, sounds, 3d models, maps, scenes +#[derive(Debug, Clone)] pub struct AssetPlugin { /// The base folder where assets are loaded from, relative to the executable. pub asset_folder: String,