diff --git a/crates/bevy_asset/src/path.rs b/crates/bevy_asset/src/path.rs index 710d9c7575b38..6ed4190bd603a 100644 --- a/crates/bevy_asset/src/path.rs +++ b/crates/bevy_asset/src/path.rs @@ -293,7 +293,7 @@ impl GetTypeRegistration for AssetPath<'static> { impl TypePath for AssetPath<'static> { fn type_path() -> &'static str { - "AssetPath<'static>" + "bevy_asset::path::AssetPath<'static>" } fn short_type_path() -> &'static str { "AssetPath<'static>"