I’ve made a chat system for my game, but I can’t figure out how to automatically focus on the InputField when I press T to display it. Is this implemented or am I missing something?
Cheers.
//EDIT
‘UnityEngine.UI.InputField.ActivateInputField()’ is inaccessible due to its protection level.
Anyway around this? Or will I have to wait?
Well that helps, but I still have to press Enter to make it so I can type in it.
I guess I’ll have to wait until ActivateInputField() is public.
Thanks anyway.