Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.