Select your preferred scripting language. All code snippets will be displayed in this language.
enumeration
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.
CloseFor 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.
CloseHow 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.