Hiho, i’ve got a problem with:
function Update () {
if (Input.GetKeyDown(KeyCode.Escape)){
....
}
}
It works fine in Editor mode but don’t work when I compile the EXE file. The esc button do nothing, i tryed to add the button in the imputmanager, looked around in build settings, but just can’t find why its not working. Any ideas ?