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

Leting user to edit graph in game mode #229

Open Danial-Kord opened 11 months ago

Danial-Kord commented 11 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