Version: 2022.3
言語: 日本語

説明

Apple TV プレイヤー

using UnityEngine;

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

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