Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varneon/unitypackage-exporter
Unity Editor extension for exporting consistent revisions of unitypackages with custom configurations
https://github.com/varneon/unitypackage-exporter
unity unity-editor unitypackage
Last synced: 3 months ago
JSON representation
Unity Editor extension for exporting consistent revisions of unitypackages with custom configurations
- Host: GitHub
- URL: https://github.com/varneon/unitypackage-exporter
- Owner: Varneon
- License: mit
- Created: 2022-04-26T21:02:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T12:41:24.000Z (10 months ago)
- Last Synced: 2024-10-10T21:13:32.723Z (3 months ago)
- Topics: unity, unity-editor, unitypackage
- Language: C#
- Homepage:
- Size: 85 KB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
> # :warning: Unitypackage Exporter is not compatible with Unity 2022.3!
> Fixing this package will take longer than expected and should not be used in said Unity version!
>
> Please see this [Milestone](https://github.com/Varneon/Unitypackage-Exporter/milestone/2) to check the current status of the compatibility.# Unitypackage Exporter [![GitHub Repo stars](https://img.shields.io/github/stars/Varneon/Unitypackage-Exporter?style=flat&label=Stars)](https://github.com/Varneon/Unitypackage-Exporter/stargazers) [![GitHub all releases](https://img.shields.io/github/downloads/Varneon/Unitypackage-Exporter/total?color=blue&label=Downloads&style=flat)](https://github.com/Varneon/Unitypackage-Exporter/releases) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/Varneon/Unitypackage-Exporter?color=blue&label=Release&sort=semver&style=flat)](https://github.com/Varneon/Unitypackage-Exporter/releases/latest)
Unity Editor extension for exporting consistent revisions of unitypackages with custom configurations
## Existing Features
* Pre-configured package export configurations for exporting consistently versioned and managed unitypackages
* Automatically managed UPM package manifest versions and version files> Want to speed up the creation of new UPM packages? Try my [UPM Package Generator](https://github.com/Varneon/UPM-Package-Generator)!
|Configuration Editor|Exporter Window|
:-:|:-:
|Create and edit package export configurations using the configuration editor|Modify the version and the name of the package and preview contents of the package|
![ConfigurationsEditor](https://user-images.githubusercontent.com/26690821/168445372-f21d95f6-4564-4966-bf13-b067bc8d846f.png)|![ExporterWindow](https://user-images.githubusercontent.com/26690821/168445249-7ea02f5a-3649-4fe6-bbb4-9b7e2c62d01d.png)> ## Unity version compatibility notice: This extension has so far only been tested in Unity 2019.4.31f1 (VRChat focused development), support for other versions will be added at a later date if there are errors caused by compatibility issues
# Installation
### Import with [VRChat Creator Companion](https://vcc.docs.vrchat.com/vpm/packages#user-packages):
> 1. Download `com.varneon.package-exporter.zip` from [here](https://github.com/Varneon/Unitypackage-Exporter/releases/latest)
> 2. Unpack the .zip somewhere
> 3. In VRChat Creator Companion, navigate to `Settings` > `User Packages` > `Add`
> 4. Navigate to the unpacked folder, `com.varneon.package-exporter` and click `Select Folder`
> 5. `Package Exporter` should now be visible under `Local User Packages` in the project view in VRChat Creator Companion
> 6. Click `Add`### Import with [Unity Package Manager (git)](https://docs.unity3d.com/2019.4/Documentation/Manual/upm-ui-giturl.html):
> 1. In the Unity toolbar, select `Window` > `Package Manager` > `[+]` > `Add package from git URL...`
> 2. Paste the following link: `https://github.com/Varneon/Unitypackage-Exporter.git?path=/Packages/com.varneon.package-exporter`### Import from [Unitypackage](https://docs.unity3d.com/2019.4/Documentation/Manual/AssetPackagesImport.html):
> 1. Download latest `com.varneon.package-exporter.unitypackage` from [here](https://github.com/Varneon/Unitypackage-Exporter/releases/latest)
> 2. Import the downloaded .unitypackage into your Unity project## Developed by Varneon with :hearts:
[![Twitter Follow](https://img.shields.io/static/v1?style=for-the-badge&label=@Varneon&message=4.9K&color=1b9df0&logo=twitter)](https://twitter.com/Varneon)
[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCKTxeXy7gyaxr-YA9qGWOYg?color=%23FF0000&label=Varneon&logo=YouTube&style=for-the-badge)](https://www.youtube.com/Varneon)
[![GitHub followers](https://img.shields.io/github/followers/Varneon?color=%23303030&label=Varneon&logo=GitHub&style=for-the-badge)](https://github.com/Varneon)