so I want to create a sort of award system where when I complete a level and go back to the level select scene, text pops up next to the completed level saying that its been completed. I’ve looked up this question in countless ways and just couldn’t find an answer. I’m using C# and I’m pretty new to this.
You can use PlayerPrefs to store data of what level has been completed and everytime you load main menu scene you can check how many levels have been completed.