Version: 2022.3
言語: 日本語

説明

Play Station 4 プレイヤー

using UnityEngine;

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

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