Skip to content
guntrumm edited this page Feb 24, 2023 · 35 revisions

image 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], [Port], [PortList] and [SerializeReference] attributes to all classes that should show in the Graph View.

Requirements:

  1. https://github.com/Gentlymad-Studios/GraphViewBase
  2. https://github.com/Gentlymad-Studios/OdinSerializer (Original OdinSerializer repository: https://github.com/TeamSirenix/odin-serializer)

Wiki contents:

Clone this wiki locally