alelievr / NodeGraphProcessor

Node graph editor framework focused on data processing using Unity UIElements and C# 4.6
https://github.com/alelievr/NodeGraphProcessor/projects/2
MIT License
2.34k stars 387 forks source link

Node categories #201

Open JefferiesTube opened 2 years ago

JefferiesTube commented 2 years ago

Is there a simple way to restrict the node creation to a specific subset of nodes? In theory, a simple attribute on the node class and the graph could solve this. Additionally, attributes for making nodes marked as "Deprecated" or "Unique" (just one instance per graph) would be a great addition.