Scene Settings

Provides scene-wide configuration settings.

A scene-wide singleton component for configuring Flora settings. Note that some advanced or contextual settings can be controlled by the volume system, RenderSettings and DensitySettings. If present, these volume-based settings may override or supplement the defaults established in the scene settings.

Properties

OverrideCullingPipeline

If this flag is enabled, the culling pipeline override will be used.

CullingPipelineOverride

Overrides the culling pipeline for the scene.

EnableRendering

You can easily disable Flora's rendering with this flag. Terrains and prefab instances with an instance renderer will automatically revert to builtin rendering.

EnableTerrainFoliage

Allows you to quickly turn off Flora rendering for terrains only.

AutoRegisterTerrains

When enabled, terrains in the scene are automatically registered with Flora.

AllowGPUOcclusionCulling

Allows GPU occlusion to be used within this scene.

AllowPerObjectMotionVectors

Allows motion vectors to be used within the scene.

AllowDensityCulling

Allows density culling to be used within the scene.

AllowLegacyLightProbes

Allows legacy light probes to be used within the scene.

MainLightOverride

Overrides which directional light is used for shadow casting culling. Has no effect when the BRG pipeline is used.

Last updated