The GameLabGraz/Utilities project contains a list of useful packages for Unity:
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>"
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>"
}
SDK | Download Link |
---|---|
Unity 2018.4 and higher | Unity |
HTC Vive | HTC Vive |
Oculus | Oculus Integration |