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
- Host: GitHub
- URL: https://github.com/stansassets/com.stansassets.package-export
- Owner: StansAssets
- License: mit
- Created: 2020-04-03T21:38:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T14:40:11.000Z (over 5 years ago)
- Last Synced: 2025-01-10T23:26:14.272Z (over 1 year ago)
- Topics: package, unity, utility
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*