bevy/crates/bevy_asset
Nathan Ward 71bf07f5c0 [assets] Fix AssetServer::get_handle_path (#2310)
# Objective

- Currently `AssetServer::get_handle_path` always returns `None` since the inner hash map is never written to.

## Solution

- Inside the `load_untracked` function, insert the asset path into the map.

This is similar to #1290 (thanks @TheRawMeatball)
2021-06-09 20:04:22 +00:00
..
src [assets] Fix AssetServer::get_handle_path (#2310) 2021-06-09 20:04:22 +00:00
Cargo.toml [assets] set LoadState properly and more testing! (#2226) 2021-06-08 02:46:44 +00:00