-
-
Notifications
You must be signed in to change notification settings - Fork 599
Getting Started
Thor Brigsted edited this page Nov 6, 2017
·
18 revisions
Getting started with your own node system is quick and easy. Summarized, all you need is:
- A graph class deriving from
NodeGraph
with the [CreateAssetMenu] attribute - Some node classes deriving from
Node
And that's it! You will be able to right-click anywhere in your assets folder and create a graph. Double-click your graph to open up the editor. Your nodes should be available in the right-click context menu.