Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


driverVersion

Graphics card driver version.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Field
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
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
.