RuntimePlatform.WiiPlayer

RuntimePlatform.WiiPlayer

Description

In the player on Nintendo Wii.

See Also: Platform dependent Compilation.

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