Provides a set of common utilities and extensions easing development of Unity3D games.
Required Unity 2019.1 or newer version.
To manually install VigeoUnity, add following lines to your project's manifest.json file:
"dev.vigeo.core": "https://github.com/VigeoGames/VigeoUnity.git#vigeo-core-v[current-version]"
"dev.vigeo.unity": "https://github.com/VigeoGames/VigeoUnity.git#vigeo-unity-v[current-version]"
or use Package Manager > Add package from git URL... and paste these URLs:
https://github.com/VigeoGames/VigeoUnity.git#vigeo-core-v[current-version]https://github.com/VigeoGames/VigeoUnity.git#vigeo-unity-v[current-version]
[current-version] with proper version you want to use, e.g.:
https://github.com/VigeoGames/VigeoUnity.git#vigeo-core-v1.2.0.