Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pshardy committed May 18, 2020
1 parent 12246b1 commit 5a86d4f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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++
- 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

0 comments on commit 5a86d4f

Please sign in to comment.