-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathpackage.json
42 lines (42 loc) · 1.78 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "com.vrmada.ultimatexr-unity",
"version": "0.9.7",
"displayName": "UltimateXR",
"description": "UltimateXR is a free, open source XR framework and toolkit for Unity that includes powerful features such as:\n \u25AA Cross-device compatibility\n \u25AA State-of-the-art grab and manipulation mechanics\n \u25AA Advanced hand pose editor\n \u25AA Inclusion through a library of gender- and race-agnostic hands\n \u25AA Customizable full body avatar representation\n \u25AA Advanced UI components\n \u25AA Locomotion mechanics\n \u25AA Fully documented API\n \u25AA High-quality assets\n...And much more!\n\nDon't forget to install the samples for a nice showcase of all features.",
"unity": "2021.2",
"unityRelease": "2f1",
"documentationUrl": "https://www.ultimatexr.io/guides/getting-started/",
"changelogUrl": "https://github.com/VRMADA/ultimatexr-unity/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/VRMADA/ultimatexr-unity/blob/main/LICENSE",
"dependencies": {
"com.unity.xr.management": "4.2.1",
"com.unity.render-pipelines.universal": "12.1.6"
},
"keywords": [
"XR",
"spatial",
"virtual",
"augmented",
"reality",
"framework",
"avatar",
"metaverse"
],
"author": {
"name": "VRMADA",
"email": "[email protected]",
"url": "https://www.ultimatexr.io"
},
"samples": [
{
"displayName": "Full Scene",
"description": "Complete Sci-Fi example scenario showcasing half-body avatars, complex manipulation, weapon system and much more. Uses the Universal Render Pipeline.",
"path": "Samples~/FullScene"
},
{
"displayName": "Input Debug",
"description": "Scene with a debug panel showing connected XR device info and input states.",
"path": "Samples~/Input"
}
]
}