This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi!
I've been using AssetStudio, and it's been great. But because assets are exported with filenames as the asset name, it was impossible to follow references via "path ID" from other assets.
So, I've added an XML exporter to the Export menu ("All", "Selected", and "Filtered"), which will dump a list that looks like...
The only issue I really see right now, is that It doesn't match duplicate names (that have files like
SomeName #1234.ext
when exported), so if a project has a lot of duplicates it's still a little hard to follow. But, it's been helpful for me, so might be useful for others too :)In future, I'd love to have the metadata directly in the preview(+export) and/or making the
m_pathID
entries clickable that jump straight to the asset.I'd add CSV/JSON but didn't want to add dependencies, but happy to do so if that's helpful also.
Addresses #517 (somewhat).