URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/Application-unityVersion.html
er_unity_id: undefined, user_logged_in: 'no' }, environment: { environment_locale: 'en-us', environment_currency: undefined }});The version of the Unity runtime used to play the content.
using UnityEngine;
public class Example : MonoBehaviour { void Start() { print("Version of the runtime: " + Application.unityVersion); } }