This repository was archived by the owner on Jan 21, 2023. It is now read-only.
Adds exporter for list of assets to XML#710
Merged
Perfare merged 1 commit intoPerfare:masterfrom Apr 17, 2021
Merged
Conversation
Owner
| This is very good, there should be many people who need this, thank you for your help. |
vinjn pushed a commit to vinjn/AssetStudio that referenced this pull request May 14, 2021
hexstr pushed a commit to hexstr/AssetStudio that referenced this pull request Oct 19, 2021
Former-commit-id: fe09288fe1db8922eac18227fc1d58b3cdfd9858
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.extwhen 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_pathIDentries 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).