Sorry to be completely honest I’m not entirely sure. Can you direct me to where that code would be input?
Would it replace this line in Graph.cs ?
1
2
3
4
if(!isRunning||eventData==null||agent==null){
return;
}
I’m not entirely sure this would be the change i’m after though. I believe that when the graph is paused isRunning is already marked as false so your code would have the same effect as what it does now.
I’m talking about adding the event to a queue when the graph is paused so that when the graph is unpaused all the event’s that occurred during pause would be executed.
Hope that makes sense 🙂
Login
Register
By registering on this website you agree to our Privacy Policy.