Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Legacy

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

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Legacy = 1

Remarks

The main thread is responsible for launching and synchronizing the worker threads, and both the main thread and worker threads write Unity graphics commands. The render thread then translates the commands into native graphics commands.