alelievr / Mixture

Mixture is a powerful node-based tool crafted in unity to generate all kinds of textures in realtime
https://trello.com/b/2JiH2Vsp/mixture
MIT License
1.18k stars 124 forks source link

Auto update on parameter change #49

Open Radivarig opened 2 years ago

Radivarig commented 2 years ago

When Always Update is on, the whole graph keeps updating all the time which slows Unity down. I suggest it be replaced with Update on Change that will get triggered only when a parameter changes.