-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenXrMultiplayer.uplugin
More file actions
41 lines (41 loc) · 988 Bytes
/
OpenXrMultiplayer.uplugin
File metadata and controls
41 lines (41 loc) · 988 Bytes
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
{
"FileVersion": 3,
"Version": 0,
"VersionName": "0.6.2",
"FriendlyName": "OpenXrMultiplayer",
"Description": "A multiplayer template plugin that is made to implement into OpenXR. Made for JRCZ",
"Category": "JRCZ Multiplayer Template",
"CreatedBy": "Danny de Vos",
"CreatedByURL": "https://dannydevos.net",
"DocsURL": "https://github.com/jrcz-data-science-lab/EduXR-Multiplayer/blob/main/README.md",
"MarketplaceURL": "",
"SupportURL": "https://github.com/jrcz-data-science-lab/EduXR-Multiplayer",
"EngineVersion": "5.7.0",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "OpenXrMultiplayer",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "EnhancedInput",
"Enabled": true
},
{
"Name": "OnlineSubsystemEOS",
"Enabled": true,
"Activate": true
},
{
"Name": "OnlineServicesEOS",
"Enabled": true,
"Activate": true
}
]
}