typing into game whilst running

need help tying a name in the leader board at the end of the game how do you enter a name using the keyboard whilst the game is running thank you

Is this what you’re looking for?

trying to do a high score board for the end of game where the player can input thier name and it save it in and i have a score board just cant type in a name

I haven’t done much with Unity GUI, but can’t you use the GUI.TextArea class for that?

EDIT: Maybe TextField instead as it’s single line (whereas TextArea is multi-line)

thank you for you help ill look at this in more depth today