⚠🚨 This is for advanced users only who know how to use git submodules
Branch Unreal version: 5.4
Example project for the DlgSystem plugin.
See the Wiki for the manual and tutorials.
WARNING if you don't clone like this the Plugin submodule won't be downloaded
git clone --recurse-submodules -j 2 -b 5.4 https://github.com/NotYetGames/NotYetDlgSystemExample-Submodules.git
If you cloned without the submodules:
cd NotYetDlgSystemExample-Submodules
git submodule update --init --recursive
# Update
./git-update.sh
# Was added with
git submodule add -b master git@github.com:NotYetGames/DlgSystem.git Plugins/DlgSystem