bevy/crates/bevy_asset
Talin c81e2bd586
Adding AssetPath::resolve() method. (#9528)
# Objective

Fixes #9473 

## Solution

Added `resolve()` method to AssetPath. This method accepts a relative
asset path string and returns a "full" path that has been resolved
relative to the current (self) path.

---------

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2023-10-26 21:05:45 +00:00
..
macros Fix unused variable warning for simple AssetV2 derives (#9961) 2023-09-29 08:08:13 +00:00
src Adding AssetPath::resolve() method. (#9528) 2023-10-26 21:05:45 +00:00
Cargo.toml few fmt tweaks (#10264) 2023-10-25 19:20:17 +00:00