# driverVersion

> Graphics card driver version.

## Definition

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

```csharp
public string driverVersion
```

### Remarks

Enter the version number in the following format: `MajorVersion.MinorVersion.PatchVersion.MinorPatchVersion` where `MinorVersion`, `PatchVersion` and `MinorPatchVersion` are optional. For example, `30.0.13044.17006`.
