-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.49 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 2.49 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "com.displayxr.unity",
"displayName": "DisplayXR",
"version": "1.16.0",
"unity": "2022.3",
"description": "Unity plugin for DisplayXR OpenXR runtime enabling stereo rendering on 3D light field displays. Provides display-centric and camera-centric stereo rig authoring, Kooima asymmetric frustum projection, 2D UI overlay support, and in-editor preview.",
"keywords": [
"xr",
"openxr",
"3d-display",
"stereo",
"displayxr",
"light-field"
],
"author": {
"name": "DisplayXR contributors",
"url": "https://github.com/DisplayXR/displayxr-unity"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/DisplayXR/displayxr-unity.git"
},
"dependencies": {
"com.unity.xr.openxr": "1.16.1",
"com.unity.xr.management": "4.4.0"
},
"samples": [
{
"displayName": "Default Input Controller",
"description": "WASD + mouse-look + Tab cycle + V mode-toggle + Space reset + F11 fullscreen + I screenshot + ESC quit. Attach to your rig camera GameObject(s). Was a plugin Runtime/ component up to v1.5.8; moved here so apps can own / fork / replace input policy. See README for the `mouseLookEnabled` opt-out and other inspector fields.",
"path": "Samples~/DefaultInputController"
},
{
"displayName": "Basic Scene",
"description": "Minimal camera-centric stereo setup with a few objects for testing.",
"path": "Samples~/BasicScene"
},
{
"displayName": "URP Basic Scene",
"description": "URP smoke test for the stereo rig. Same content as Basic Scene; verifies the SRP camera-callback path. Requires URP installed in the host project.",
"path": "Samples~/URPBasicScene"
},
{
"displayName": "Display Scene",
"description": "Crate test scene matching the native reference app, with full stereo rig controls.",
"path": "Samples~/DisplayScene"
},
{
"displayName": "Transparent Avatar",
"description": "Alpha-native transparent overlay (issue #57) — capsule avatar floats above the desktop with click-through. Windows + macOS standalone.",
"path": "Samples~/TransparentAvatar"
},
{
"displayName": "Minimal Transparent",
"description": "Smallest working alpha-native transparent overlay scene (~60 lines). Teaching sample — README walks through the three-mechanism pipeline, the OpenXR extensions in use, and the layer ownership map. Windows + macOS standalone.",
"path": "Samples~/MinimalTransparent"
}
]
}