bevy/crates/bevy_asset/src/io
Waridley 9f4c3e943a
Prepend root_path to meta path in HttpWasmAssetReader (#10527)
# Objective

Fixes an issue where Bevy will look for `.meta` files in the root of the
server instead of `imported_assets/Default` on the web.

## Solution

`self.root_path.join` was seemingly forgotten in the `read_meta`
function on `HttpWasmAssetReader`, though it was included in the `read`
function. This PR simply adds the missing function call.
2023-11-14 01:29:22 +00:00
..
embedded use tree syntax to explain bevy_rock file structure (#10523) 2023-11-12 17:11:26 +00:00
file support file operations in single threaded context (#10312) 2023-11-03 23:00:34 +00:00
android.rs remove unused import on android (#10197) 2023-10-19 23:02:04 +00:00
gated.rs Multiple Asset Sources (#9885) 2023-10-13 23:17:32 +00:00
memory.rs Multiple Asset Sources (#9885) 2023-10-13 23:17:32 +00:00
mod.rs Multiple Asset Sources (#9885) 2023-10-13 23:17:32 +00:00
processor_gated.rs Multiple Asset Sources (#9885) 2023-10-13 23:17:32 +00:00
source.rs only set up processed source if asset plugin is not unprocessed (#10123) 2023-10-15 18:20:29 +00:00
wasm.rs Prepend root_path to meta path in HttpWasmAssetReader (#10527) 2023-11-14 01:29:22 +00:00