New
v1.0.2
Patch notes:
- Current UAssetAPI commit is atenfyr/UAssetAPI@46c4fbf.
- Added menu options in the file container window to allow adjusting the target path when staging a file.
- Removed the "Stage..." menu option in the main window. If you wish to stage an asset from disk, you should use the "Stage from disk..." functionality within the file container window instead.
- Normalized the mount point within the file container window for clarity by enforcing a standard mount point of "../../../".
- Fixed a bug where certain IO edge cases while staging assets could cause the application to crash.
- Fixed a bug where not refreshing before switching nodes after removing rows would lead to a failure to save from null entries being stored into the asset.
- Fixed a bug where Soft Package References could not be modified without causing a crash.
- Fixed a bug where arrow keys could not be used to navigate the tree view when the "Double click to edit" feature is disabled.
- Fixed a bug where a crash would occur when attempting to import mappings under the same name as a set of mappings already on disk; the old mappings are now overriden.
- Fixed a bug where the fallback to RawStructProperty did not work properly and implemented a notification in UAssetGUI upon opening an asset in which RawStructProperty data are present.