File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11UnityPyTypetreeCodegen
22---
3- Static TypeTree code analysis and code generation for UnityPy
3+ (WIP) Static TypeTree code analysis and code generation for UnityPy
44
5+ Used in
6+ - https://github.com/mos9527/UnityPyLive2DExtractor
7+ - Uses generated classes in https://github.com/mos9527/UnityPyLive2DExtractor/tree/main/UnityPyLive2DExtractor/generated
8+
9+ ## Usage
10+ TODO.
Original file line number Diff line number Diff line change @@ -369,11 +369,11 @@ def __main__():
369369 parser = argparse .ArgumentParser ()
370370 parser .add_argument (
371371 "--files" ,
372- help = "Load typetree dump from json file or assembly " ,
372+ help = "Load typetree dump from game assembly folder containing the DLLs " ,
373373 )
374374 parser .add_argument (
375375 "--json" ,
376- help = "Tree dump in json format" ,
376+ help = "Load tree dump in json format" ,
377377 )
378378 parser .add_argument (
379379 "--assembly" ,
You can’t perform that action at this time.
0 commit comments