Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netpyoung/nf.tool.unitypackage
🌶️ unitypackage pack/unpack
https://github.com/netpyoung/nf.tool.unitypackage
nnity tool
Last synced: 4 months ago
JSON representation
🌶️ unitypackage pack/unpack
- Host: GitHub
- URL: https://github.com/netpyoung/nf.tool.unitypackage
- Owner: netpyoung
- Created: 2020-07-22T03:36:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T09:45:35.000Z (12 months ago)
- Last Synced: 2024-10-11T10:14:23.377Z (4 months ago)
- Topics: nnity, tool
- Language: C#
- Homepage:
- Size: 38.1 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NF.Tool.UnityPackage
## example
``` cmd
> NF.Tool.UnityPackage.Console.exe pack -i sample -o sample.unitypackage
> NF.Tool.UnityPackage.Console.exe unpack -i sample.unitypackage
```## develop
``` cmd
> cd src
> dotnet test
> cd NF.Tool.UnityPackage.Console
> dotnet publish -c Release -r win10-x64 -p:PublishSingleFile=true -p:PublishTrimmed=true -p:TrimUnusedDependencies=true
> 7z a -tzip release.zip %CD%/bin/Release/netcoreapp3.1/win10-x64/publish/NF.Tool.UnityPackage.Console.exe
```## GUI
![UnityUnpackGUI](doc/res/UnityUnpackGUI.png)
## macOs
``` sh
curl -LO https://github.com/netpyoung/NF.Tool.UnityPackage/releases/latest/download/macos-cli.zip
unzip macos-cli.zip
./NF.Tool.UnityPackage.Console
`````` sh
# if you download via browser
xattr -d com.apple.quarantine NF.Tool.UnityPackage.Console
```## Ref
-
-
-
-
-