You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened?
You can get into a situation where the graph runs an arbitrary number of times upon changes (instead of just one time).
To Reproduce
Open a Mixutre graph.
Close the graph editor.
Open the same graph again.
Attach a debugger and put a breakpoint in MixtureGraphProcessor.ProcessNodeList
Make a change to your graph that would trigger it to run again.
Notice that your breakpoint is hit twice.
Close the graph editor and repeat the process.
Notice that your breakpoint is hit three times.
And so on.
Setup:
Windows
"version": "0.3.0",
"unity": "2020.3",
The text was updated successfully, but these errors were encountered:
What happened?
You can get into a situation where the graph runs an arbitrary number of times upon changes (instead of just one time).
To Reproduce
Open a Mixutre graph.
Close the graph editor.
Open the same graph again.
Attach a debugger and put a breakpoint in MixtureGraphProcessor.ProcessNodeList
Make a change to your graph that would trigger it to run again.
Notice that your breakpoint is hit twice.
Close the graph editor and repeat the process.
Notice that your breakpoint is hit three times.
And so on.
Setup:
Windows
"version": "0.3.0",
"unity": "2020.3",
The text was updated successfully, but these errors were encountered: