Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

-
-
-
-
-