Version: Unity 6.1 (6000.1)
LanguageEnglish
  • C#

JobsUtility.JobWorkerMaximumCount

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static int JobWorkerMaximumCount;

Description

Maximum number of worker threads available to the Unity JobQueue (Read Only).

This property determines the maximum number of worker threads when you set the JobWorkerCount property. This value is read-only at runtime, but you can set it with the command line argument -job-worker-count value for the Editor or standalone Players. Unity ignores this setting if this value exceeds the default value that the runtime selects for the specific platform and hardware.