This version of Unity is unsupported.

PlayerSettings.graphicsJobs

Switch to Manual
public static bool graphicsJobs;

Description

Enable graphics jobs (multi threaded rendering).

This enables rendering code to be split and run in parallel on multiple cores on multi core machines. This is stored as a platform specific property and acts upon the currently active build target.