Version: 2017.3 (switch to 2017.4)
Legacy Deferred Lighting Rendering Path
Hardware Requirements for Unity's Graphics Features
Other Versions

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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答