Skip to content

GameLabGraz/Utilities

Repository files navigation

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

About

Various utility packages for Unity

Topics

Resources

License

Stars

3 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages