At the end of each level for my game, I want players to open a safe using the right passcode (this passcode is a static 6-digit string) to earn rewards and proceed to the next level. This is the experience I have in mind:
What is the most efficient way to do this and how do I make it so that the "*******" appear as I'm typing out the passcode. Thank you! Sorry if this question had been answered before, I couldn't find anything relevant.