Version: 2021.1
LanguageEnglish
  • C#

MeshRenderer.enlightenVertexStream

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

Submission failed

For 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.

Close

Cancel

Switch to Manual
public Mesh enlightenVertexStream;

Description

Vertex attributes in this mesh will override or add attributes of the primary mesh and the additionalVertexStreams in the MeshRenderer.

This vertex stream is used exclusively for the UVs for realtime lightmaps.



The realtime lightmap UVs from the primary mesh and the additionalVertexStreams are overridden by this stream. Not serialized. This stream is set by Unity when reatime GI precomputation is done and when loading a scene with precomputed realtime GI.