NotYetGames / NotYetDlgSystemExample-Submodules

Submodule version of https://github.com/NotYetGames/NotYetDlgSystemExample

Home Page:https://bit.ly/DlgMarketplace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not Yet: Dialogue Plugin System - Example Project with Submodules

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

👉 Normal Example Project 👈

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

About

Submodule version of https://github.com/NotYetGames/NotYetDlgSystemExample

https://bit.ly/DlgMarketplace

License:MIT License


Languages

Language:C# 67.8%Language:C++ 20.8%Language:Shell 7.1%Language:C 4.3%