Version: 2019.1 (switch to 2018.3 or 2017.4)
LanguageEnglish
  • C#

RuntimePlatform.WindowsPlayer

Description

In the player on Windows.

using UnityEngine;

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

Did you find this page useful? Please give it a rating: