このページを含むバージョン:
このページを含まないバージョン:
In the player on Nintendo Switch.
関連項目: Platform Dependent Compilation
using UnityEngine;public class ExampleClass : MonoBehaviour { void Example() { if (Application.platform == RuntimePlatform.Switch) Debug.Log("Do something special here!"); } }