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

https://github.com/stansassets/com.stansassets.package-export


https://github.com/stansassets/com.stansassets.package-export

package unity utility

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Package Export Utility
There is still need sometimes to export your package as `.unitypackage`, and this is exactly what this tool for

### Most common cases when you need this
* You want to publish your package on the [Unity Asset Store](https://assetstore.unity.com/top-assets/top-paid?aid=1101l4aUM).
* ometimes it's just convenient to send to someone your package in `.unitypackage` format.
* Use the code with the old Unity version that does not have [Package Manager](https://docs.unity3d.com/Packages/com.unity.package-manager-ui@1.8/manual/index.html) support
* Any other reason you can think of.

But let's be honest main reason is the ability to distribute your product to the [Unity Asset Store](https://assetstore.unity.com/top-assets/top-paid?aid=1101l4aUM) or any other store that does not support packages.

### How to use
*Under development*