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

https://github.com/artees/unity-application-version

A tool for Unity Editor allowing you to update the version number of your application and synchronize it with the iOS/macOS build number and the Android bundle version code
https://github.com/artees/unity-application-version

unity upm-package

Last synced: 8 months ago
JSON representation

A tool for Unity Editor allowing you to update the version number of your application and synchronize it with the iOS/macOS build number and the Android bundle version code

Awesome Lists containing this project

README

          

# Unity Application Version

[![openupm](https://img.shields.io/npm/v/games.artees.application-version?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/games.artees.application-version/)

A tool for Unity Editor allowing you to update the version number of your application and synchronize it with the iOS/macOS build number and the Android bundle version code.

![Property drawer](https://github.com/Artees/Unity-Application-Version/raw/master/ApplicationVersion.png)

# Installation
Install the package **games.artees.application-version** using [my package registry](https://artees.games/upm).

Or install via the [OpenUPM registry](https://openupm.com/packages/games.artees.application-version/). (Requires [openupm-cli](https://github.com/openupm/openupm-cli))

```
openupm add games.artees.application-version
```

# Usage
Select the context menu named "Create/Artees/Application Version" in the Project window.