bevy/crates/bevy_asset
Testare 675aac97e5
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-15 22:31:33 +00:00
..
macros Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00
src Add load_untyped to LoadContext (#10526) 2023-11-15 22:31:33 +00:00
Cargo.toml Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00