Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

RealtimeGICPUUsage

enumeration

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

Description

How much CPU usage to assign to the final lighting calculations at runtime.

How many CPU worker threads to create for Realtime Global Illumination lighting calculations in the Player. Increasing this makes the system react faster to changes in lighting at a cost of using more CPU time. The higher the CPU Usage value, the more worker threads are created for solving Realtime GI.

Please note that some platforms will allow all CPUs to be occupied by worker threads whilst some have a max limit:
Xbox One: 4 CPU cores.
PS4: 4 CPU cores.
Android: If the device is a bigLittle architecture, only the little CPUs will be used, otherwise it is CPUs - 1.

Properties

Low25% of the allowed CPU threads are used as worker threads.
Medium50% of the allowed CPU threads are used as worker threads.
High75% of the allowed CPU threads are used as worker threads.
Unlimited100% of the allowed CPU threads are used as worker threads.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答