Versions with this page:
Versions without this page:
La versión del Unity en tiempo de ejecución que está siendo usada para ejecutar el contenido.
using UnityEngine;public class Example : MonoBehaviour { void Start() { print("Version of the runtime: " + Application.unityVersion); } }