Version: 2022.3
言語: 日本語

説明

Windows 上の Unity エディター

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: