This version of Unity is unsupported.

GraphicsJobMode.Legacy

Description

Legacy Graphics Jobs ("Jobified Rendering").

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.