0
    
    
    
        
        
        Beantwortet
        
        
    
    
    
    
    
    How to prevent closing the build when pressing "Esc".
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!
Antwort
+1
	
    
	
	
	
	
	 Antwort
	
	
	
		
	        Beantwortet
		
	
	
	
	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
Customer support service by UserEcho
	
                
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