VIRTUOS_Playground/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/OpenXRExpansionPlugin/OpenXRExpansionPlugin.uplugin

48 lines
915 B
Text
Raw Normal View History

2023-11-03 12:45:36 +00:00
{
"FileVersion": 3,
"Version": 5.3,
"VersionName": "5.3",
2023-11-03 12:45:36 +00:00
"FriendlyName": "OpenXRExpansionPlugin",
"Description": "An set of utility functions for OpenXR",
"Category": "Virtual Reality",
"CreatedBy": "Joshua (MordenTral) Statzer",
"CreatedByURL": "http://www.vreue4.com",
"DocsURL": "http://www.vreue4.com",
"MarketplaceURL": "",
"SupportURL": "http://www.vreue4.com",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Android",
"Mac",
"IOS"
2023-11-03 12:45:36 +00:00
],
"Modules": [
{
"Name": "OpenXRExpansionPlugin",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
,
{
"Name": "OpenXRExpansionEditor",
"Type": "UnCookedOnly",
"LoadingPhase": "PostEngineInit"
2023-11-03 12:45:36 +00:00
}
],
"Plugins": [
{
"Name": "OpenXR",
"Enabled": true
},
{
"Name": "XRBase",
"Enabled": true
}
]
}