bevy/crates/bevy_asset
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
..
macros Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00
src Prepend root_path to meta path in HttpWasmAssetReader (#10527) 2023-11-14 01:29:22 +00:00
Cargo.toml Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00