Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ClientWorkerJobs

Legacy Graphics Jobs ("Jobified Rendering").
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor
ClientWorkerJobs = 3

Remarks

Main thread writes Unity graphics commands and starts worker threads to do the same. A Render thread reads Unity graphics commands and converts them to native graphics commands.