About

Deus-Ex-The-Fall

Deus Ex: The Fall is the start of a new journey in the award winning Deus Ex game series for Android phones and tablets.

Search This Blog

Tuesday, October 6, 2015

Application Quit In Unity 3D

Application Quit In Unity 3D public void QuitGame () { #if UNITY_EDITOR UnityEditor.EditorApplication.isPlaying = false; #else Application.Quit (); #endif...