bevy/crates/bevy_asset/src
Robin KAY 9dd5b5354f Add note on ordering to AssetServerSettings docs. (#5706)
# Objective

It's not obvious that the `AssetServerSettings` resource must be added before the `AssetPlugin`.

## Solution

Add a doc comment to this effect.
2022-08-30 02:40:18 +00:00
..
diagnostic docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
io Add warning when using load_folder on web (#5827) 2022-08-29 22:26:43 +00:00
asset_server.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
assets.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
debug_asset_server.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
filesystem_watcher.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
handle.rs Remove rand crate from dependency tree (#3992) 2022-07-14 17:00:01 +00:00
info.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
lib.rs Add note on ordering to AssetServerSettings docs. (#5706) 2022-08-30 02:40:18 +00:00
loader.rs Export anyhow::error for custom asset loaders (#5359) 2022-07-20 14:14:30 +00:00
path.rs Correctly parse labels with '#' (#5729) 2022-08-18 18:53:09 +00:00