RuntimePlatform.WiiPlayer
Description

In the player on Nintendo Wii.

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