Select your preferred scripting language. All code snippets will be displayed in this language.
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.
CloseDeferred Lighting (Legacy).
This is a deferred lighting path (also known as "light pre-pass"), that
renders scene information into a very small G-Buffer twice, computing lighting in between.
It does not require a GPU with multiple render targets (MRT) support, but is a lot
less flexible than RenderingPath.DeferredShading is.