Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simeonradivoev/UI-Node-Editor
A Unity node editor for creating Immediate mode UIs
https://github.com/simeonradivoev/UI-Node-Editor
csharp graphics node-editor unity unity3d-editor user-interface
Last synced: 3 days ago
JSON representation
A Unity node editor for creating Immediate mode UIs
- Host: GitHub
- URL: https://github.com/simeonradivoev/UI-Node-Editor
- Owner: simeonradivoev
- License: mit
- Created: 2018-08-26T19:25:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T08:45:57.000Z (about 5 years ago)
- Last Synced: 2024-10-29T23:55:34.744Z (15 days ago)
- Topics: csharp, graphics, node-editor, unity, unity3d-editor, user-interface
- Language: C#
- Size: 3.05 MB
- Stars: 77
- Watchers: 10
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UI Node Editor
A Unity node editor for making Immediate mode UIs.![UI](https://github.com/simeonradivoev/UI-Node-Editor/raw/master/Screenshots/UI.png)
![Editor](https://github.com/simeonradivoev/UI-Node-Editor/raw/master/Screenshots/Editor.png)# Features
### Inspector Preview
![Editor](https://github.com/simeonradivoev/UI-Node-Editor/raw/master/Screenshots/Inspector%20Preview.png)# Installation
The UI node editor has a git sub module that needs to be initialized. For more info on submodules check [here](https://git-scm.com/book/en/v2/Git-Tools-Submodules)
Once cloned, run the following commands:```
git submodule init
git submodule update```
# Instructions
Open the Demo scene in `UINodeEditor/Examples`
To open the node editor double click the example graph asset located in the same folderThis project includes BOXOPHOBIC's FREE Skybox - Cubemap Extended asset for preview purposes
# Inspiration
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/H1MLtML0np0/0.jpg)](https://www.youtube.com/watch?v=H1MLtML0np0)