SparkTools: AutoVersion
SparkTools: AutoVersion automatically injects git versioning information into your Unity builds using git-describe. Simply install the package and versioning occurs automatically during the build process, eliminating manual version management. Requires your Assets folder to be within a git repository.
com.sparkade.sparktools.autoversion 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/autoversion.git README Markdown
Copy this to your project's README.md
## Installation
Add **SparkTools: AutoVersion** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/autoversion.git
```
[](https://www.pkglnk.dev/pkg/autoversion)README
SparkTools: AutoVersion
Automatically injects git versioning into builds.
Installation
It is recommened to install through the Unity Package Manager.
If you wish to manually install, clone the repository into the Packages folder of your project.
How it works
When a build is started a version will be injected using git-describe from a hidden command window.
How to Use
Simply install the package and you're good to go! Versioning will be done automatically when building.
Please ensure your Assets folder is within the git repo.
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In