Version: 2023.1
言語: 日本語

説明

Windows プレイヤー

using UnityEngine;

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

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