bevy/crates/bevy_asset
Rob Parrett adf2475dab Add warning when using load_folder on web (#5827)
# Objective

Help users who are using `load_folder` in wasm builds to find a slightly shorter path to figuring out why their stuff is broken.

## Solution

Adds a warning to `read_directory` in the `WasmAssetIo`.

This is extremely similar to the warning already emitted a few lines below for `watch_for_changes`.
2022-08-29 22:26:43 +00:00
..
src Add warning when using load_folder on web (#5827) 2022-08-29 22:26:43 +00:00
Cargo.toml Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00