Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanukin39/UniVersionManager


https://github.com/sanukin39/UniVersionManager

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# UniVersionManager

## Overview
Simple Version Getter for Unity, it can be used for iOS, Android and unity editor platform.
It can also get build version.

## Usage
To get application version
```cs
UniVersionManager.GetVersion();
```
To compare version
```cs
var newVersion = "1.0.1";
if(UniVersionManager.IsNewVersion(newVersion)){
// Update your application
}
```
To get application build version
```cs
UniVersionManager.GetBuildVersion();
```

## Install
Use unitypackage under dist folder.

## Licence

[MIT](https://github.com/tcnksm/tool/blob/master/LICENCE)

## Author

[sanukin39](https://github.com/sanukin39)