Open Radivarig opened 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.
Always Update
Update on Change
When
Always Update
is on, the whole graph keeps updating all the time which slows Unity down. I suggest it be replaced withUpdate on Change
that will get triggered only when a parameter changes.