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.21k stars 369 forks source link

Leting user to edit graph in game mode #229

Open Danial-Kord opened 6 months ago

Danial-Kord commented 6 months ago

Hi Thank you for your great work. I want to let user edit graph and create nodes in runtime and who them the graphical view. How is it possible?

Thanks