Debug.LogFormat(agent,"Executed AddDay ({1}) in frame {0}",Time.frameCount,this.name);
EndAction();
}
And the state machine of the previous screenshot. I get the following:
Showing that the Nodes are executed in consecutive frames. The downside of this is that I’d need to work around _not_ having the timeline ready in the first frame. But I suppose I could just generate the timeline “on demand” as well.
P.S. though oddly, the first two states are executed in frame 1?
Attachments:
G3PLChn2.png
Login
Register
By registering on this website you agree to our Privacy Policy.