Update VRE

This commit is contained in:
Simeon "Waldo" Wallrath 2024-08-26 16:01:27 +02:00
parent dc6bcf82a3
commit 808b378db1
84 changed files with 3837 additions and 896 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
}
]
]
}