Pnoenix
Pnoenix
Alice told me to link the crate I made for config files, so here ya go: [Crates.io](https://crates.io/crates/bevy_easy_config) | [Github](https://github.com/Pnoenix/bevy_easy_config)
I too tried to run "hot_asset_reloading" (`cargo run --example hot_asset_reloading --features file_watcher`). I ran it on the main branch version of bevy, and 0.14.1. Neither of them worked when changing...
Today I tried changing the config loading plugin I made ([Github Repo](https://github.com/Pnoenix/bevy_easy_config)), so that it doesn't require a Default implementation, and ran into the same issue as described above. Before...