pub fn update_asset_storage_system<T>(
    asset_server: Res<'_, AssetServer>,
    assets: ResMut<'_, Assets<T>>
)where
    T: Asset + AssetDynamic,
Expand description

Updates the Assets collection according to the changes queued up by AssetServer.