Hello ,
I’m using Unity 5 and making a game for android , I’m using a first person controller and I want to make a GUI Button when i touch it on android do the same job as If I clicked the Up arrow on pc , How can I do this ?
Thanks in advance.
Hello ,
I’m using Unity 5 and making a game for android , I’m using a first person controller and I want to make a GUI Button when i touch it on android do the same job as If I clicked the Up arrow on pc , How can I do this ?
Thanks in advance.
GUILayout.Button(new GUIContent(“↑”))