RuntimePlatform.WindowsWebPlayer Manual     Reference     Scripting  
Scripting > Enumerations > RuntimePlatform
RuntimePlatform.WindowsWebPlayer

RuntimePlatform.WindowsWebPlayer

Description

In the web player on Windows.

See Also: Platform dependent Compilation.

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