Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Split

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

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor
Split = 2

Remarks

The work is divided. The main thread writes Unity graphics commands and launches worker threads to handle them. The render thread, rather than directly processing these commands, starts its own set of worker threads to read and convert the Unity commands into native graphics commands.