I’m new to Unity Game Development. I want to know what is the best practice for creating game UI design for displaying Player score, badges, statistic result? Is it using GUI elements or 3D texture?
for example this:
I hope you guys can give me some development tips too~ I will really appreciate it! Thanks!
You can find a ton of stuff about this, Googling! In fact, GUI creation is an interesting topic, 'cause it’s difficult to figuring out “official” guidelines for that.