Command line usage

Author: RayNGCCreated Feb 18, 2017Updated Jan 3, 2023
Labelsenhancement

First of all I really appreciate your time and effort to maintain this awesome tool. ヾ(=`ω´=)ノ” I hope there will be command line usage supported in Unity Studio, just like Disunity from ata4 and UnityPack from hearthsim. Therefore we can integrate it with other programs.

For example: UnityStudio --extract "live2d.moc.unity3d" --TextAsset --dest "../DestFolder" --name "live2d.moc" UnityStudio --extract "image.png.unity3d" --Texture2D --dest "../DestFolder" --name "image.png" something like that