Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

RuntimePlatform.Switch

Description

In the player on Nintendo Switch.

using UnityEngine;

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