Legacy Deferred Lighting Rendering Path
Hardware Requirements for Unity's Graphics Features
Vertex Lit Rendering Path Details
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
Sumbission failed
For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close
This page describes details of Vertex Lit rendering path.
Vertex Lit path generally renders each object in one pass, with lighting from all lights calculated at object vertices.
It’s the fastest rendering path and has widest hardware support (however, keep in mind: it does not work on consoles).
Since all lighting is calculated at vertex level, this rendering path does not support most of per-pixel effects: shadows, normal mapping, light cookies, highly detailed specular highlights are not supported.
Legacy Deferred Lighting Rendering Path
Hardware Requirements for Unity's Graphics Features