RuntimePlatform.OSXWebPlayer
Description

In the web player on Mac OS X.

See Also: Platform dependent Compilation.
	if (Application.platform == RuntimePlatform.OSXWebPlayer)
		Debug.Log("Do something special here!");