Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


engineVersion

Browser engine version.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Field
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public string engineVersion

Remarks

The version of the browser engine, compared against the underlying engine version rather than the browser's brand version. Enter the version number in the following format:
MajorVersion.MinorVersion.PatchVersion.MinorPatchVersion
where
MinorVersion
,
PatchVersion
, and
MinorPatchVersion
are optional. For example,
146
.