RuntimePlatform.OSXWebPlayer Manual     Reference     Scripting  
Scripting > Enumerations > RuntimePlatform
RuntimePlatform.OSXWebPlayer

RuntimePlatform.OSXWebPlayer

Description

In the web player on Mac OS X.

See Also: Platform dependent Compilation.

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