Question by
VictorSIlvaK · Oct 07, 2016 at 12:21 PM ·
c#countdownincreaseincrement
How to increase +1 when countdown reachs to 0?
Hi everyone... Hm.. so, I would like to know how do I increase +1 when a countdown reachs 0, and after that, the countdown start again. Now the countdown is set to 60.0f. I also would like to know how do I set it in the scene view. I have a canvas, and in that I have a Text where is attached the countdown script, and another Text which is where I want to being increasing the value one by one, like it is 1, after goes 2, 3, 4 and so on, and as I said I want the countdown to restart every time it reaches 0 and the value of the other text increass by 1.
Oh, and I am working with c#.
Well, that's all, thanks.
Comment