Unreachable Code Error trying to Update VRE

This commit is contained in:
Simeon "Waldo" Wallrath 2024-09-16 16:24:04 +02:00
parent 280e84bb5c
commit e3309931c5
82 changed files with 3505 additions and 774 deletions

View file

@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 5.3,
"VersionName": "5.3",
"Version": 5.4,
"VersionName": "5.4",
"FriendlyName": "VRExpansionPlugin",
"Description": "Adds several new VR features & components to UE4",
"Category": "VRExpansion",
@ -33,7 +33,7 @@
"LoadingPhase": "PostEngineInit"
}
],
"Plugins": [
"Plugins": [
{
"Name": "ChaosVehiclesPlugin",
"Enabled": true
@ -41,6 +41,10 @@
{
"Name": "XRBase",
"Enabled": true
},
{
"Name": "Mover",
"Enabled": true
}
]
]
}