From a73f41eb1d63555cb1107329ec553f54e76cbed8 Mon Sep 17 00:00:00 2001
From: Lab3 <account@vr.rwth-aachen.de>
Date: Wed, 17 May 2023 16:57:45 +0200
Subject: [PATCH] Reenable OpenXR, but leave OculusVR disabled

---
 Config/DefaultGame.ini          |  2 ++
 Content/Assets/SeminarRoom.umap |  2 +-
 DasherDemo.uproject             | 33 ---------------------------------
 3 files changed, 3 insertions(+), 34 deletions(-)

diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini
index d184748..cc8d167 100644
--- a/Config/DefaultGame.ini
+++ b/Config/DefaultGame.ini
@@ -1,6 +1,8 @@
 [/Script/EngineSettings.GeneralProjectSettings]
 ProjectID=6992DA9349464421D9EB989F0503CD2A
+bStartInVR=True
 
 [StartupActions]
 bAddPacks=True
 InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
+
diff --git a/Content/Assets/SeminarRoom.umap b/Content/Assets/SeminarRoom.umap
index fcf66ce..cac6d5a 100644
--- a/Content/Assets/SeminarRoom.umap
+++ b/Content/Assets/SeminarRoom.umap
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:96aa5bcd29fc3b411aed008f7cc91915adb711cda3aeb7928079e25eb1db1203
+oid sha256:705afe5bb83c01f6c2e40f55499012d0f2616b4a00f36961031ab0de59619eab
 size 1001726
diff --git a/DasherDemo.uproject b/DasherDemo.uproject
index 238df67..822209c 100644
--- a/DasherDemo.uproject
+++ b/DasherDemo.uproject
@@ -15,39 +15,6 @@
 			"Name": "DasherVR",
 			"Enabled": true
 		},
-		{
-			"Name": "OpenXREyeTracker",
-			"Enabled": false,
-			"SupportedTargetPlatforms": [
-				"Win32",
-				"Win64",
-				"Linux",
-				"HoloLens",
-				"Android"
-			]
-		},
-		{
-			"Name": "OpenXRHandTracking",
-			"Enabled": false,
-			"SupportedTargetPlatforms": [
-				"Win32",
-				"Win64",
-				"Linux",
-				"HoloLens",
-				"Android"
-			]
-		},
-		{
-			"Name": "OpenXR",
-			"Enabled": false,
-			"SupportedTargetPlatforms": [
-				"Win32",
-				"Win64",
-				"Linux",
-				"Android",
-				"HoloLens"
-			]
-		},
 		{
 			"Name": "OculusVR",
 			"Enabled": false,
-- 
GitLab