# Objective - When loading a folder with dot files inside, Bevy crashes: ``` thread 'IO Task Pool (1)' panicked at crates/bevy_asset/src/io/mod.rs:260:10: asset paths must have extensions note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` - those files are common for other tools to store their settings/metadata ## Solution - Ignore files starting with a dot when loading folders |
||
|---|---|---|
| .. | ||
| embedded | ||
| file | ||
| android.rs | ||
| gated.rs | ||
| memory.rs | ||
| mod.rs | ||
| processor_gated.rs | ||
| source.rs | ||
| wasm.rs | ||