Version: 2022.3
言語: 日本語

説明

Android プレイヤー

using UnityEngine;

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

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