Version: 2017.3

Descripción

En el player en Wii U.

Mirar también: Compilación dependiente de Plataforma.

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void Example() { if (Application.platform == RuntimePlatform.WiiU) Debug.Log("Do something special here!"); } }