Player Input ingame

Hello, I am new to Unity. I am currently looking for a way to be able to input numbers or a text while in game. For example, how can the player enter some numbers to a code lock and if the numbers are correct it will unlock? Is there any tutorial video on youtube I can check?

@jojoras

You can create an input field and then check the text the user has entered to see if it’s correct.

http://docs.unity3d.com/Manual/script-InputField.html

Sounds like you’re looking for Redirect to... title of new-page