Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create imported asset directory if needed (bevyengine#9716)
# Objective - Related to bevyengine#9715 - Example `asset_processing` logs the following error: ``` thread 'IO Task Pool (1)' panicked at 'Failed to initialize asset processor log. This cannot be recovered. Try restarting. If that doesn't work, try deleting processed asset folder. No such file or directory (os error 2)', crates/bevy_asset/src/processor/mod.rs:867:25 ``` ## Solution - Create the log directory if needed --------- Co-authored-by: Carter Anderson <[email protected]>
- Loading branch information