I’m trying to make it so I can detect when the user presses the back key on their Android device, is there a specific function on this?
if (Input.GetKey (KeyCode.Esc)){
print(“Hello :D”);
}
I’m trying to make it so I can detect when the user presses the back key on their Android device, is there a specific function on this?
if (Input.GetKey (KeyCode.Esc)){
print(“Hello :D”);
}