Version: 2017.2

Descripción

In the Unity editor on Linux.

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

using UnityEngine;
using System.Collections;

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