From 5a86d4f59c427a1e982cdbb131161f95e16488b9 Mon Sep 17 00:00:00 2001 From: Patrick Hardy Date: Sun, 17 May 2020 21:29:19 -0700 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c61dfa..321b861 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Logic Driver 2.0 Example Project -**Requires Logic Driver 2.0.** +**Requires Logic Driver 2.0** -## Requirements +## Installation - Download a zip from the [releases page](https://github.com/Recursoft/LogicDriver-Example/releases) or clone the repository using `git clone --recurse-submodules` - Open `LogicDriverExample.uproject` - Unreal should prompt to build the project @@ -25,4 +25,5 @@ ## Dialogue Example Map - Sample Dialogue implementation using the [LogicDriver-Dialogue Plugin](https://github.com/Recursoft/LogicDriver-Dialogue) - This is a submodule of this project and is required for this example -- The plugin can be used as an example on how to overload state and transition classes in C++ \ No newline at end of file + - The plugin can be used as an example on how to overload state and transition classes in C++ +- A dialogue system can be implemented entirely using Blueprints. See [Dialogue System Concepts](https://logicdriver.recursoft.net/docs/pages/dialogue/) for more information \ No newline at end of file