🚨 USE NEW example project instead 👉 https://gitlab.com/NotYetGames/NotYetDlgSystemExample 👈
Branch Unreal version: 4.24
Example project for the DlgSystem plugin.
See the Wiki for the manual and tutorials.
git clone -b 4.24 https://gitlab.com/NotYetGames/DlgSystemExample.git
Update:
# Update this repo
git pull
# Update Subtree
git subtree pull --prefix Plugins/DlgSystem https://gitlab.com/NotYetGames/DlgSystem.git 4.24 --squash
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
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