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.