0
Answered

How to prevent closing the build when pressing "Esc".

jf9 3 months ago in General Questions updated by Support 3 months ago 1

I'm wondering how to prevent closing my build when pressing "Esc". I think the function is somewhere inthe UI -> Toolbar Component of the realvirtual gameobject but I don't want to mess anything up by deleting files. Thanks in advance!

Answer

+1
Answer
Answered

This function is in the 'realvirtualcontroller.cs' and cannot be controlled through the Inspector. If not desired, it can be commented out in the code by searching for 'KeyCode.Escape'. However, we do not recommend doing this.

Regards Christin

GOOD, I'M SATISFIED
Satisfaction mark by jf9 3 months ago
+1
Answer
Answered

This function is in the 'realvirtualcontroller.cs' and cannot be controlled through the Inspector. If not desired, it can be commented out in the code by searching for 'KeyCode.Escape'. However, we do not recommend doing this.

Regards Christin