Skip to content

NotYetGames/NotYetDlgSystemExample-Submodules

Repository files navigation

Not Yet: Dialogue Plugin System - Example Project with Submodules

⚠🚨 This is for advanced users only who know how to use git submodules

Branch Unreal version: 5.2

Example project for the DlgSystem plugin.

See the Wiki for the manual and tutorials.

Clone

WARNING if you don't clone like this the Plugin submodule won't be downloaded

git clone --recurse-submodules -j 2 -b 5.2 https://github.com/NotYetGames/NotYetDlgSystemExample-Submodules.git

If you cloned without the submodules:

cd NotYetDlgSystemExample-Submodules
git submodule update --init --recursive

Git commands

# Update
./git-update.sh

# Was added with
git submodule add -b master git@github.com:NotYetGames/DlgSystem.git Plugins/DlgSystem