From 325e141ec4182a09e5d74914cb06b53ded6151b6 Mon Sep 17 00:00:00 2001 From: Thor Brigsted Date: Thu, 12 Oct 2017 09:39:28 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7b446de..46d85b0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ### UnityNodeEditorCore A simple, userfriendly node editor framework for unity. Ideal as a base for custom state machines, dialogue systems, decision makers etc. + + ![editor](https://user-images.githubusercontent.com/6402525/31379481-a9c15950-adae-11e7-91c4-387dd020261e.png) Node example: @@ -20,6 +22,7 @@ public class MathNode : Node { } ``` +The editor is still under heavy development and recieves updates daily on the development branch. Join the [Discord](https://discord.gg/qgPrHv4 "Join Discord server") server to leave feedback or get support. Feel free to also leave suggestions/requests in the [issues](https://github.com/Siccity/UnityNodeEditorCore/issues "Go to Issues") page.