Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`.
- Loading branch information