Version: 2017.1
言語: 日本語

説明

Windows プレイヤー

using UnityEngine;
using System.Collections;

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