Registry / utility / bevy-asset-loader

bevy-asset-loader

JSON →
library0.26.0rscratesunverified

Bevy plugin for asset loading

# Cargo.toml [dependencies] bevy_asset_loader = "0.26.0"
INSTALL
IMPORT
SIG · BEVY-ASSET-LOADER
B
bevy-asset-loader
utilityrustv0.26.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AssetLoader
use bevy_asset_loader::AssetLoader;

Adds the AssetLoader plugin to a Bevy app.

use bevy_asset_loader::AssetLoader; use bevy::prelude::*; fn main() { App::new() .add_plugins(DefaultPlugins) .add_plugin(AssetLoader::new()) .run(); }
Debug
Known issues
gotchaRequires Bevy engine as a dependency.
fix
Add bevy to your Cargo.toml dependencies.
affects: >=0.26.0
Upgrade
Version history
0.26.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
bevy-asset-loader — cargo add bevy-asset-loader · libregistry