Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SplitJobs

Split Graphics Jobs.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
SplitJobs = 6

Remarks

Main thread starts worker threads to write Unity graphics commands. Render thread reads Unity graphics commands converts them to native graphics commands. The render thread also starts worker threads to write native graphics commands.