Aztro

Results 1 comments of Aztro

I found where the error occurred, and it happens because the `read_directory()` function in `crates/bevy_asset/src/io/file/file_asset.rs` tries to run `strip_prefix()` on the path `/home`, which has no prefix. After verifying that...