GUI label apears on it self,I have a GUI lable. The text apears on it self.
Hello I am new to unity and I followed a Tutorial. I used GUI to show a timer in my scene but the numbers are coming on each. Time starts at 20 and ends up on 0 sec. But as it look from 20 to 0 apears on each instead of substrating.
Can anyone help me with it?,I am new to unity and following a 3d game tutorial. I used GUI to show timer in my scene but GUI apears on it self. The timer starts from 20 sec and countinues to 0. But the numbers apears on each other and i can't see with numbers the are.
Sorry for My english!
First of all you should avoid using GUI functions for game interface, it's deprecated since Unity 4.6, search for more recent tutorials or patch yours with a UnityEngine.UI.Text component (see the the unity doc). Then if you don't share your code + a little screenshot of what you describe we can't really help you.
Your answer
Follow this Question
Related Questions
GridLayoutGroup issue after loading scene and dynamically adding Instances 1 Answer
Probuilder: Struggling with placement / y height when creating new shapes 1 Answer
C# Newbie Programming Questions 0 Answers
Vuforia UI & GUI elements not showing 1 Answer
Unity jump from one canvas scene to another scene with canvas 2 Answers