Answers for "quit button unity"

C#
7

quit button unity

void quitGame() {
     Application.Quit();
 }
Posted by: Guest on August-27-2020
1

exit button unity code

void doExitGame() {     Application.Quit(); }
Posted by: Guest on November-22-2020
2

exit button unity code

void doExitGame() {
     Application.Quit();
 }
Posted by: Guest on November-22-2020

C# Answers by Framework

Browse Popular Code Answers by Language