Skip to content

VigeoGames/VigeoUnity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Version Version

VIGΞO GΛMΞS Unity3D Library

Provides a set of common utilities and extensions easing development of Unity3D games.

Installation

Required Unity 2019.1 or newer version.

Installing from Package Manager:

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]

⚠️ Remember to substitute [current-version] with proper version you want to use, e.g.:

  • https://github.com/VigeoGames/VigeoUnity.git#vigeo-core-v1.2.0.