mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-06-03 00:58:13 -04:00
[CLI] Update ReadMe.md
This commit is contained in:
parent
63564d5fff
commit
007e5c7e4d
@ -1,7 +1,7 @@
|
|||||||
## AssetStudioCLI
|
## AssetStudioCLI
|
||||||
CLI version of AssetStudio Mod.
|
CLI version of AssetStudioMod.
|
||||||
- Supported asset types: `Texture2D`, `Sprite`, `TextAsset`, `MonoBehaviour`, `Font`, `Shader`, `MovieTexture`, `AudioClip`, `VideoClip`, `Mesh`
|
- Supported asset types: `Texture2D`, `Sprite`, `TextAsset`, `MonoBehaviour`, `Font`, `Shader`, `MovieTexture`, `AudioClip`, `VideoClip`, `Mesh`.
|
||||||
- *There are no plans to add support for `AnimationClip`/`Animator` for now*
|
- *There are no plans to add support for `AnimationClip`, `Animator` for now.*
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
```
|
```
|
||||||
@ -19,11 +19,12 @@ AssetStudioCLI <input path to asset file/folder> [-m, --mode <value>]
|
|||||||
|
|
||||||
General Options:
|
General Options:
|
||||||
-m, --mode <value> Specify working mode
|
-m, --mode <value> Specify working mode
|
||||||
<Value: export(default) | exportRaw | dump | info>
|
<Value: export(default) | exportRaw | dump | info | live2d>
|
||||||
Export - Exports converted assets
|
Export - Exports converted assets
|
||||||
ExportRaw - Exports raw data
|
ExportRaw - Exports raw data
|
||||||
Dump - Makes asset dumps
|
Dump - Makes asset dumps
|
||||||
Info - Loads file(s), shows the number of supported for export assets and exits
|
Info - Loads file(s), shows the number of supported for export assets and exits
|
||||||
|
Live2D - Exports Live2D Cubism 3 models
|
||||||
Example: "-m info"
|
Example: "-m info"
|
||||||
|
|
||||||
-t, --asset-type <value(s)> Specify asset type(s) to export
|
-t, --asset-type <value(s)> Specify asset type(s) to export
|
||||||
|
Loading…
x
Reference in New Issue
Block a user