UnityPacker icon indicating copy to clipboard operation
UnityPacker copied to clipboard

Create unitypackages without unity, from command line

Results 3 UnityPacker issues
Sort by recently updated
recently updated
newest added

Why no unpacker in release page?

I want to skip directories started at ".DS_Store". But, the app does not skipped directories started with .DS inside directory. Example: ./.DS_Store ./Editor/Test.cs ./Plugins/.DS_Store ... Build: mono UnityPacker.exe . "Name"...

enhancement

when I package a unitypackage with unitypacker,the final unitypackage file can be import in unity win. when i import the unitypackage file in unity mac,it show all files already import.but...