bevy/crates/bevy_asset
Yutao Yuan 11a3b77811
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-21 21:59:59 +00:00
..
macros Bump Version after Release (#12020) 2024-02-21 20:58:59 +00:00
src Create imported_assets directory with full path (#12022) 2024-02-21 21:59:59 +00:00
Cargo.toml Bump Version after Release (#12020) 2024-02-21 20:58:59 +00:00