I want my game to show stats while you are playing…
I want it to show the time taken and the current score. Like this:
Time Taken: xxx
Score: xxx
Now what I don’t understand is: How could I tell Unity that my Time Taken thing is in one row and Score in the other? And is TextArea the best way to display such data?
labels are also a good way to show stats as you can place them were ever (x,y). Or to insert a newline simply do \n so “line 1 \n line2”