Versions with this page:
Versions without this page:
The version of the Unity runtime used to play the content.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print("Version of the runtime: " + Application.unityVersion); } }