GameLabGraz / Utilities

Various utility packages for Unity
GNU General Public License v3.0
3 stars 1 forks source link
unity3d-plugin

Utilities

The GameLabGraz/Utilities project contains a list of useful packages for Unity:

Import packages into your Unity project

To import a package into a Unity project, add the following line to your /Packages/manifest.json file:

"com.gamelabgraz.<package name>": "https://github.com/GameLabGraz/Utilities.git#package/<package name>"

Update package in your Unity project

Unity 2018: Remove the "lock" block for the package in your /Packages/manifest.json file.

Unity 2019 and higher: Remove the "lock" block for the package in your /Packages/packages-lock.json file.

Unity will then automatically import the latest version of the package.

"com.gamelabgraz.<package name>": {
  "revision": "package/<package name>",
  "hash": "<hash value>"
}

Supported SDK's

SDK Download Link
Unity 2018.4 and higher Unity
HTC Vive HTC Vive
Oculus Oculus Integration