bevy/crates/bevy_asset/src/server
Vitaliy Sapronenko 44c8cc66c4
Improvement of AssetServer::load documentation to help find a way to load from file with hash in filename (#13272)
# Objective

- Fixes #13192 .
- It is not possible to specify the path of the file and the subasset in
it in one string slice, if there is a hash in the file name, because
hash is separator between filename and subasset, so they must be
separated explicitly

## Solution

- Improved documentation for AssetServer::load.

---------

Co-authored-by: BD103 <59022059+BD103@users.noreply.github.com>
2024-06-03 12:54:29 +00:00
..
info.rs Fix beta lints (#12980) 2024-04-16 02:46:46 +00:00
loaders.rs Instrument asset loading and processing. (#12988) 2024-04-16 12:02:11 +00:00
mod.rs Improvement of AssetServer::load documentation to help find a way to load from file with hash in filename (#13272) 2024-06-03 12:54:29 +00:00