Up to Unreal 5.7
This commit is contained in:
parent
8a63902c06
commit
1a64805d43
239 changed files with 3947 additions and 296 deletions
|
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 5.7,
|
||||
"VersionName": "5.7",
|
||||
"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"
|
||||
],
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "OpenXRExpansionPlugin",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PreDefault"
|
||||
}
|
||||
,
|
||||
{
|
||||
"Name": "OpenXRExpansionEditor",
|
||||
"Type": "UnCookedOnly",
|
||||
"LoadingPhase": "PreDefault"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "OpenXR",
|
||||
"Enabled": true,
|
||||
"PlatformAllowList": [
|
||||
"Win64",
|
||||
"Linux",
|
||||
"Android"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "XRBase",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue