-
Notifications
You must be signed in to change notification settings - Fork 18
Home
guntrumm edited this page Feb 20, 2023
·
35 revisions
NewGraph is a general node graph solution for Unity powered by UIToolkit (UIElements). This is based on the idea to visualize complex data structures as graph networks without having to modify already established data classes, except adding [Node], [Output], [PortList] and [SerializeReference] attributes to all classes that should show in the Graph View.
Requirements:
- https://github.com/Gentlymad-Studios/GraphViewBase
- OdinSerializer (not inspector) https://github.com/Gentlymad-Studios/OdinSerializer (Original OdinSerializer repository: https://github.com/TeamSirenix/odin-serializer)
Wiki contents: