bevy/crates/bevy_asset/src/io
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
..
android_asset_io.rs Fix various typos (#5417) 2022-07-21 20:46:54 +00:00
file_asset_io.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
metadata.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
mod.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
wasm_asset_io.rs Add warning when using load_folder on web (#5827) 2022-08-29 22:26:43 +00:00