prioritizeView
Whether the Progressive Lightmapper prioritizes baking visible texels within the frustum of the Scene view. (Editor only).
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public bool prioritizeView { get; set; }
Remarks
When this is set to , the Progressive Lightmapper prioritizes baking texels within the Scene View. When set to , all lightmapped texels throughout the Scene have the same priority. .
truefalseEnabling this feature means that the lightmapper will attempt to finish visible lightmap texels within the frustum of the Scene View camera before work begins on the rest of the Scene. This helps provide faster visual feedback, however it may increase the overall bake time.The default value is true.
This setting affects lightmaps generated by the Baked Global Illumination system. It only applies to the the Progressive Lightmapper.
When Unity serializes this object as a Lighting Settings Asset, this property corresponds to the Progressive Updates property in the Lighting Settings Asset Inspector.
LightingSettingsAdditional Resources: Lighting Settings Asset.