From 8c8451a3e4e6e663615bf5e6219336d81853c5c5 Mon Sep 17 00:00:00 2001 From: Kris Tabea Helwig <helwig@vr.rwth-aachen.de> Date: Mon, 16 Dec 2024 12:37:29 +0100 Subject: [PATCH] Updates unreal version and toolkit plugin version (custom nDisplay config remains untouched) --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56f8c5f..718077e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ include: # Use the UNREAL_VERSION variable to adjust to your preferred Unreal version. variables: - UNREAL_VERSION: "5.3" + UNREAL_VERSION: "5.5" CUSTOM_NDISPLAY_CONFIG: "aixcave_5_3_dev.ndisplay" stages: @@ -82,7 +82,7 @@ Generate_Project: RUN_SETUP: "false" GEN_DEPENDENCIES: "( [master@UnrealDTrackPlugin]='https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git' - [dev/5.3@RWTHVRToolkit]='https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-toolkit.git' + [dev/5.5@RWTHVRToolkit]='https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-toolkit.git' )" Generate_Project_Without_Toolkit: -- GitLab