Skip to content
Snippets Groups Projects

Release dev to main branch

Open David Gilbert requested to merge dev/5.4 into 5.4
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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:
Loading