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.

Assassin's Creed Identity

The Game Made With Unity 3D.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Lara Croft: Relic Run

Lara Croft: Relic Run is the new free action adventure for Lara Croft fans.

Search This Blog

Showing posts with label codes. Show all posts
Showing posts with label codes. Show all posts

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
}