Write directly in textfields

Hi guys!!! First of all, unity is great :smile:

I have a question about textfields. Is there a way to enter and write in a textfield without to click on it, so that I can write directly on the appear of the field. Or can I “simulate” a mouse click on the textfield to enter? Hope you understand what I mean! Thanks :slight_smile:

Heya,

Check out GUI.FocusControl; Unity - Scripting API: GUI.FocusControl

Much thanks dutchmeat!!! Can’t believe I didn’t find the command =)