Substance Player automation
Sadly, Substance Player has no option for batch export - If you have a lot of .sbsar file, this might be a kind of time consuming task to open each file and do export process. Here is a simple AppleScript automation script that you can use for automate this action:
on remove_extension(this_name) if this_name contains "." then set this_name to (the reverse of every character of this_name) as string set x to the offset of ".
Comments