Added callback for postprocessing the GUIDs list#4
Added callback for postprocessing the GUIDs list#4ZimM-LostPolygon wants to merge 3 commits intothinksquirrel:masterfrom
Conversation
lilyvelour
left a comment
There was a problem hiding this comment.
Thanks for the PR! Just one minor change needed for backwards compatibility.
If I may ask, what use case did you have in mind for this callback?
|
My use case: This is convenient for working with the project, but with the normal Asset Store upload process, it would mean that all these folders will be uploaded, whereas I only want to upload the contents of Actually, I've been using it like that for a few years, and just realized I hadn't done the PR :) |
# Conflicts: # AssetStoreBatchMode/AssetStoreBatchMode.cs
|
@lmontoute Updated my branch. Can this be merged now, perhaps? Calling from command line is not an issue, |
lilyvelour
left a comment
There was a problem hiding this comment.
The code here has my approval but one minor change is needed. Some lines seem to have been converted to tabs (and some changed as well), which will break our internal linter — can we revert the unnecessary format changes and ensure the added lines are formatted correctly?
| } | ||
|
|
||
| var assets = mainAssets; | ||
| var opt = new OptionSet |
There was a problem hiding this comment.
Are there any actual changes in this block?
No description provided.