This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
/
MicrosoftOpenXR.uplugin
100 lines (100 loc) · 1.95 KB
/
MicrosoftOpenXR.uplugin
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.1.7",
"FriendlyName": "Microsoft OpenXR",
"Description": "The Microsoft OpenXR plugin is a game plugin which provides additional features available on Microsoft's Mixed Reality devices like the HoloLens 2 when using OpenXR.",
"Category": "Mixed Reality",
"CreatedBy": "Microsoft",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/ef8930ca860148c498b46887da196239",
"SupportURL": "https://github.com/microsoft/Microsoft-OpenXR-Unreal",
"EngineVersion": "4.26.0",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"SupportedTargetPlatforms": [
"Win64",
"HoloLens"
],
"Modules": [
{
"Name": "NuGetModule",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [
"Win64",
"HoloLens"
]
},
{
"Name": "MicrosoftOpenXR",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
},
{
"Name": "MicrosoftOpenXRRuntimeSettings",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [
"Win64",
"HoloLens"
]
},
{
"Name": "MicrosoftOpenXREditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [
"Win64"
]
},
{
"Name": "AzureSpatialAnchorsForOpenXR",
"Type": "Runtime",
"WhitelistPlatforms": [
"Win64",
"HoloLens"
]
}
],
"Plugins": [
{
"Name": "OpenXR",
"Enabled": true
},
{
"Name": "OpenXREyeTracker",
"Enabled": true
},
{
"Name": "OpenXRHandTracking",
"Enabled": true
},
{
"Name": "OpenXRMsftHandInteraction",
"Enabled": true
},
{
"Name": "XRVisualization",
"Enabled": true
},
{
"Name": "HoloLensAR",
"Enabled": true,
"WhitelistPlatforms": [
"Win64"
]
},
{
"Name": "AzureSpatialAnchors",
"Enabled": true,
"WhitelistPlatforms": [
"Win64",
"HoloLens"
]
}
]
}