RuntimePlatform.Android Manual     Reference     Scripting  
Scripting > Enumerations > RuntimePlatform
RuntimePlatform.Android

RuntimePlatform.Android

Description

In the player on Android devices.

See Also: Platform dependent Compilation.

JavaScript
if (Application.platform == RuntimePlatform.Android)
Debug.Log("Do something special here!");