RuntimePlatform.OSXPlayer

RuntimePlatform.OSXPlayer

Description

In the player on Mac OS X.

See Also: Platform dependent Compilation.

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