Update Unreal 5 Template authored by David Gilbert's avatar David Gilbert
......@@ -46,12 +46,12 @@ As git submodules offer much more versatility (update the Plugin, change branche
cd my/project
# Add the rwth-vr-toolkit plugin as git submodule
# (here the dev/5.3 branch is used, adapt to your unreal version)
git submodule add -b dev/5.3 https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-toolkit.git ./Plugins/rwth-vr-toolkit
# (here the 5.3 branch is used, adapt to your unreal version)
git submodule add -b 5.3 https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-toolkit.git ./Plugins/rwth-vr-toolkit
# Add the rwth-vr-cluster-plugin as git submodule
# (here the dev/5.3 branch is used, adapt to your unreal version)
git submodule add -b dev/5.3 https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-cluster-plugin.git ./Plugins/rwth-vr-cluster-plugin
# (here the 5.3 branch is used, adapt to your unreal version)
git submodule add -b 5.3 https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-cluster-plugin.git ./Plugins/rwth-vr-cluster-plugin
# Add the dtrack plugin as git submodule
git submodule add https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git ./Plugins/DTrack
......
......