bevy/crates/bevy_asset/src/processor
BeastLe9enD fcf01a7925
Add path function to ProcessContext (#12636)
# Objective

- It can be useful to have access to the path of the current asset being
processed, for example if you want to need a second file that is
relative to the current file being processed.

## Solution

- I added a `path()` function to the `ProcessContext`
2024-03-21 23:58:54 +00:00
..
log.rs Replace bevy_log's tracing reexport with bevy_utils' (#12254) 2024-03-02 18:38:04 +00:00
mod.rs Make AssetAction::Ignore not copy assets to imported_assets (#12605) 2024-03-21 18:13:18 +00:00
process.rs Add path function to ProcessContext (#12636) 2024-03-21 23:58:54 +00:00