このページを含むバージョン:
このページを含まないバージョン:
Unity のバージョンを返す。
using UnityEngine;public class Example : MonoBehaviour { void Start() { print("Version of the runtime: " + Application.unityVersion); } }