このページを含むバージョン:
このページを含まないバージョン:
Apple TV プレイヤー
See Also: RuntimePlatform, Platform dependent Compilation..
using UnityEngine;public class Example : MonoBehaviour { void Start() { if (Application.platform == RuntimePlatform.tvOS) { Debug.Log("Do something special here!"); } } }