Skip to content

Commit ab600ba

Browse files
committed
Update README
1 parent eb45a36 commit ab600ba

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
UnityPyTypetreeCodegen
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.

UnityPyTypetreeCodegen/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)