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
- Host: GitHub
- URL: https://github.com/artees/unity-application-version
- Owner: Artees
- License: mit
- Created: 2019-09-09T10:54:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T14:43:28.000Z (about 6 years ago)
- Last Synced: 2025-01-31T03:56:51.779Z (over 1 year ago)
- Topics: unity, upm-package
- Language: C#
- Size: 23.4 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Application Version
[](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.

# 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.