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

This asset causes large delays for entering playmode and recompiling assemblies #219

Open emrys90 opened 2 years ago

emrys90 commented 2 years ago

The attached screenshots are from profiling the editor while entering playmode. image

Each individual node also seems to have overhead for reinitializing it image

I suspect part of the issue is that I have over 100 graphs right now, and that number is only going to grow larger over time.