Making a textbox active by default

I’m using text input for this game I am making.
I have to click inside the text box for it to begin taking input and I would like to not have to do that, to be able to just start typing from the launch of the game.

You can use GUI.FocusControl along with GUI.SetNextControlName.

–Eric

Thanks Eric, works perfectly!