# engineVersion

> Browser engine version.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
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`.
