So i have a question. I would like to select another button when i click a button, with a script, not with UI navigation.
the script should look like this:
public GameObject ButtonToSelect; public void OnButtonClick () { //Select the button }
I probably miss only one line of code, I read documentation but fould nothing about this.
woud lt be possible to please help me?
kind Regards,
Leno