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

Node Inspector panel doesn't use Custom PropertyDrawers

noio opened this issue · comments

For the data types I'd like to use on my nodes, I've set up a lot of CustomPropertyDrawers, but it seems that the inspector panel ignores those.

I've tried changing my PropertyDrawers from IMGUI to UITK (i.e. OnGUI ➡️ CreatePropertyGUI) but I still think the inspector panel is not using them.