Gentlymad-Studios / NewGraph

A general node graph solution centered on data management. This is based on the idea to visualize complex data structures as graph networks without having to modify already established data classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No `Tools/GraphWindow` in the toolbar

likemango opened this issue · comments

I have added OdinSerializer and GraphViewBase in package manager, and clone the NewGraph repo in Asset Folder. It compiles fine with no error or warning, but when I goto Wiki of Usage General Usage, I can't find Tools/GraphWindow in my toolbar(I only see Tools/Odin Serializer).General Usage 📒
I don't know why.

Thank you for highlighting this issue. Due to the effort to make this package more modular, you have to define your own entry point. To make this easier I created a small sample package you can import and the graph window will become accessible.

image

I will update the docs asap on this.