UnityPacker
UnityPacker copied to clipboard
Create unitypackages without unity, from command line
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"...
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...