Switch to VRExpansionPlugin Example 2

This commit is contained in:
Simeon "Waldo" Wallrath 2023-11-03 13:45:36 +01:00
parent 3e6ff514ff
commit 6c02da9299
837 changed files with 78100 additions and 0 deletions

View file

@ -0,0 +1,44 @@
{
"FileVersion": 3,
"Version": 5.3,
"VersionName": "5.3",
"FriendlyName": "VRExpansionPlugin",
"Description": "Adds several new VR features & components to UE4",
"Category": "VRExpansion",
"CreatedBy": "Joshua (MordenTral) Statzer",
"CreatedByURL": "http://www.vreue4.com",
"DocsURL": "http://www.vreue4.com",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Android"
],
"Modules": [
{
"Name": "VRExpansionPlugin",
"Type": "RunTime",
"LoadingPhase": "Default"
},
{
"Name": "VRExpansionEditor",
"Type": "UnCookedOnly",
"LoadingPhase": "PostEngineInit"
}
],
"Plugins": [
{
"Name": "ChaosVehiclesPlugin",
"Enabled": true
},
{
"Name": "XRBase",
"Enabled": true
}
]
}