I'm trying out the AssetMode::Processed with the asset_processor cargo feature flag for the first time.
I have my own asset processor for a specific type. this works fine and as expected.
however, i noticed that all other assets, where i do not have one configured myself (.png, .gltf) just get copied into the imported_assets folder. so they then exist both in the assets folder and in the imported_assets folder.
seems a bit wasteful.
i wanted to know if this is expected behaviour, if i have missed something, and if that can be configured to not happen.
thanks!
