Legacy Deferred Lighting Rendering Path
Hardware Requirements for Unity's Graphics Features
Vertex Lit Rendering Path Details
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 for each vertex.
It’s the fastest rendering path and has the widest hardware support.
Since all lighting is calculated at the vertex level, this rendering path does not support most per-pixel effects: shadows, normal mapping, light cookies, and highly detailed specular highlights are not supported.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
Legacy Deferred Lighting Rendering Path
Hardware Requirements for Unity's Graphics Features