Changes
Page history
Update Unreal 5 Template
authored
Sep 19, 2024
by
David Gilbert
Show whitespace changes
Inline
Side-by-side
Unreal/Getting-Started/Unreal-5-Template.md
View page @
5f956a65
...
...
@@ -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
...
...
...
...