com.rwth.unity.omilaxr
Version:
This is the base package for OmiLAXR ecosystem. This package has shareable code for all OmiLAXR packages.
38 lines (37 loc) • 1.1 kB
JSON
{
"name": "com.rwth.unity.omilaxr",
"version": "2.1.0",
"displayName": "OmiLAXR",
"description": "This is the base package for OmiLAXR ecosystem. This package has shareable code for all OmiLAXR packages.",
"unity": "2020.3",
"unityRelease": "15f1",
"documentationUrl": "https://omilaxr.dev/",
"changelogUrl": "https://github.com/SGoerzen/OmiLAXR/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/SGoerzen/OmiLAXR/blob/main/LICENSE",
"homepage": "https://omilaxr.dev/",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/SGoerzen/OmiLAXR"
},
"dependencies": {
"com.unity.textmeshpro": "3.0.9",
"com.unity.inputsystem": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.0.2"
},
"keywords": [
"OmiLAXR",
"Learning Analytics",
"Virtual Reality",
"Augmented Reality",
"eXtended Reality"
],
"author": {
"name": "Sergej Görzen",
"email": "goerzen@cs.rwth-aachen.de",
"url": "https://elearn.rwth-aachen.de/goerzen"
},
"publishConfig": {
"access": "public"
}
}