This file contains 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
#!/Users/Jesli/opt/anaconda3/bin/python | |
# -*- coding: UTF-8 -*- | |
import io, os | |
import UnityPy | |
import sys, getopt | |
import traceback | |
import json | |
class UnPackUnityAsset: |