From baf177a88211e2482e0f1bac3c239a5de59c794b Mon Sep 17 00:00:00 2001 From: Cem Ugur Karacam Date: Thu, 25 Nov 2021 13:59:30 +0300 Subject: [PATCH] Editors category and Runtime Node Editor added --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2c41046..60416a3 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Thanks to all the [contributors](https://github.com/ryannielson/awesome-unity/gr - [Augmented & Virtual Reality](#augmented--virtual-reality) - [Camera](#camera) - [Character Controllers](#character-controllers) + - [Editors](#editors) - [Frameworks](#frameworks) - [Input](#input) - [Modeling](#modeling) @@ -66,6 +67,10 @@ Thanks to all the [contributors](https://github.com/ryannielson/awesome-unity/gr * [CharacterController2D](https://github.com/prime31/CharacterController2D) - A 2D controller that behaves very similarly to Unity's CharacterController component. +## Editors + +* [Runtime Node editor](https://github.com/cemuka/UnityRuntimeNodeEditor) - Unity runtime node editor using with Unity UI. + ## Frameworks * [Fungus](https://github.com/snozbot/fungus) - An easy to use Unity 3D library for creating illustrated Interactive Fiction games.