start game after 5 second

I make a ball game with videos

I If click play button game is starting there is no problem

the problem is if I Click play button game must start after 5 second (6,7.8.9 vs)

how can ı do this

You could start a Coroutine, Invoke, or create some sort of timer in the Update() method using the Time class

1 Like