Hello there.
How can I save/load timer for each level and then pass that to my level manager for loop?.
rn now it display on all of them. check image.
only level 1 should have 2,8sec.
Hello there.
How can I save/load timer for each level and then pass that to my level manager for loop?.
rn now it display on all of them. check image.
only level 1 should have 2,8sec.
What you need is an array
public float [] highScores = new float [howManyLvls];
button.timeText = highScore*;*
Thats about it what you need hope you understand it
Also those times needs to be valued