Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

unity quit in edtor

#if UNITY_EDITOR
	UnityEditor.EditorApplication.isPlaying = false;
#else
	Application.Quit();
#endif
Comment

PREVIOUS NEXT
Code Example
Csharp :: c# char input 
Csharp :: unity how to change rotation 
Csharp :: add only bottom border to container flutter 
Csharp :: unity how to see what scen you are in 
Csharp :: how do i convert to base64 c# 
Csharp :: c# getasynckeystate mouse 
Csharp :: c# writeline debug 
Csharp :: how to edit postprocessing through script 
Csharp :: unity get all by tag 
Csharp :: convert string array to int c# 
Csharp :: c# input integer 
Csharp :: save file with unique name c# 
Csharp :: get self component in unity 
Csharp :: convert base64 string to string c# 
Csharp :: for loop unity 
Csharp :: unity find gameobject by name 
Csharp :: c# loop datatable rows 
Csharp :: how to flip character in unity 2d 
Csharp :: unity override 
Csharp :: c# string to double 
Csharp :: c# remove last value from list 
Csharp :: c# log to console 
Csharp :: scenemanager c# 
Csharp :: unity string array 
Csharp :: list add at index c# 
Csharp :: unity character controller ignore collision 
Csharp :: c# exit 
Csharp :: unity text display int 
Csharp :: why vue cli do not refresh auto in local host 
Csharp :: change image source wpf 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =