NotYetGames / OLD-DlgSystemExample

!!! USE NEW example project instead -> https://github.com/NotYetGames/NotYetDlgSystemExample <-

Home Page:https://github.com/NotYetGames/NotYetDlgSystemExample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️OLD example project

🚨 USE NEW example project instead 👉 https://gitlab.com/NotYetGames/NotYetDlgSystemExample 👈

DlgSystem (Dialogue System) Plugin Example Project

Branch Unreal version: 4.24

Example project for the DlgSystem plugin.

See the Wiki for the manual and tutorials.

Clone

git clone -b 4.24 https://gitlab.com/NotYetGames/DlgSystemExample.git

Update (pull)

Update:

# Update this repo
git pull
# Update Subtree
git subtree pull --prefix Plugins/DlgSystem https://gitlab.com/NotYetGames/DlgSystem.git 4.24 --squash

Push subtree modifications

NOTE: This is only if you modified the Plugins/DlgSystem subtree.

git subtree push --prefix=Plugins/DlgSystem https://gitlab.com/NotYetGames/DlgSystem.git 4.24

Other

NOTE: repo was added with the following command.

NOTE: Branch master does no longer exist.

git subtree add --prefix Plugins/DlgSystem https://gitlab.com/NotYetGames/DlgSystem.git master --squash

About

!!! USE NEW example project instead -> https://github.com/NotYetGames/NotYetDlgSystemExample <-

https://github.com/NotYetGames/NotYetDlgSystemExample

License:Other


Languages

Language:C++ 97.3%Language:Python 2.1%Language:C# 0.4%Language:C 0.2%