I have some functions to be called with delay. I can do it with Update event and take timestep from it, but I’ve read some posts here and found DelayedExecution method. So, it works! However I need to run a method inside a class, but I could not set the third parameter “declaration of function” right(
I am stuck, again.
UPD : docs says that class should be ScriptObject, so my question should be more about the correct method to use for this task.