How would I check how many seconds have past since the game has started? So I can set events at various times, for example after 5 seconds, 10 seconds…etc
Thanks
How would I check how many seconds have past since the game has started? So I can set events at various times, for example after 5 seconds, 10 seconds…etc
Thanks
Time.time
Or maybe Time.timeSinceLevelLoad?