bevy/crates/bevy_asset
Yutao Yuan 4e24b68fa6 Create imported_assets directory with full path (#12022)
# Objective

- The file asset source currently creates the `imported_assets/Default`
directory with relative path, which leads to wrongly created directories
when the executable is run with a working directory different from the
project root.

## Solution

- Use the full path instead.
2024-02-27 17:11:42 +01:00
..
macros Release 0.13.0 (#11920) 2024-02-17 09:24:25 +00:00
src Create imported_assets directory with full path (#12022) 2024-02-27 17:11:42 +01:00
Cargo.toml Release 0.13.0 (#11920) 2024-02-17 09:24:25 +00:00