bevy/crates/bevy_asset/src
Testare ce69959a69 Add load_untyped to LoadContext (#10526)
# Objective

Give us the ability to load untyped assets in AssetLoaders.

## Solution

Basically just copied the code from `load`, but used
`asset_server.load_untyped` instead internally.

## Changelog

Added `load_untyped` method to `LoadContext`
2023-11-29 16:45:37 -08:00
..
io Prepend root_path to meta path in HttpWasmAssetReader (#10527) 2023-11-29 16:42:40 -08:00
processor Make AssetLoader/Saver Error type bounds compatible with anyhow::Error (#10493) 2023-11-29 16:41:48 -08:00
server Fix untyped labeled asset loading (#10514) 2023-11-29 16:43:44 -08:00
assets.rs Non-blocking load_untyped using a wrapper asset (#10198) 2023-10-26 22:14:32 +00:00
event.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
folder.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
handle.rs Asset v2: Asset path serialization fix (#9756) 2023-09-13 05:43:01 +00:00
id.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
lib.rs Non-blocking load_untyped using a wrapper asset (#10198) 2023-10-26 22:14:32 +00:00
loader.rs Add load_untyped to LoadContext (#10526) 2023-11-29 16:45:37 -08:00
meta.rs assets: use blake3 instead of md5 (#10208) 2023-10-23 04:15:04 +00:00
path.rs Don't .unwrap() in AssetPath::try_parse (#10452) 2023-11-29 16:40:48 -08:00
reflect.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
saver.rs Make AssetLoader/Saver Error type bounds compatible with anyhow::Error (#10493) 2023-11-29 16:41:48 -08:00