Expand description
This crate adds support for deriving AssetCollection
You do not have to use it directly. Just import AssetCollection from bevy_asset_loader
and use #[derive(AssetCollection)] to derive the trait.
Derive Macrosยง
- Asset
Collection - Derive macro for
AssetCollection