For example, if I put a lot of things in a tick function, and it cannot finish execution within delta time, what will happen? Will the execution stops wherever it was and start over, or it will finish the execution no matter how much time it takes, and then wait till next delta time begins and start over? Or any other way?
Thanks,
Wcl1993