Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

exit button unity code

 void doExitGame() {
     Application.Quit();
 }
 
PREVIOUS NEXT
Tagged: #exit #button #unity #code
ADD COMMENT
Topic
Name
3+5 =