Hi, i’m trying to do a star based ranking system… and I’m trying to figure out how to do this, since I can’t find any tutorials or anything
I want to make something like this:
I’ve already made the level buttons, and the lock/unlock system, BUT I need to show how many stars I collect inside each level… I also need to know how to do this.
Should I use PlayerPrefs for this? What would they look like? how would you set up the GUI? how would you set it up in the inspector?
Now I have my player collecting stars and saving them in public int starsCollected;