Render Settings

Controls instance culling and rendering options.

Attach this component to a Volume to override Scene culling parameters.

Properties

MinScreenSize

  • The minimum fraction of the screen an instance must occupy to be rendered.

    • Instances projected smaller than this are culled.

    • Helps optimize performance by skipping tiny or distant instances.

MaxRenderDistance

  • Maximum distance at which instances are rendered.

    • 0 = No distance-based culling (unless overridden elsewhere).

    • Non-zero = Instances beyond this range are culled.

MinShadowLOD

  • Controls the minimum LOD index used for rendering shadows.

    • 0 = Full detail.

    • Higher values reduce shadow quality to improve performance.

MaxShadowDistance

  • Maximum distance at which shadows are drawn.

    • 0 = No override (defaults to pipeline shadow settings).

    • Non-zero = Limits how far shadows can render.

CrossFadeDuration

  • Duration of LOD cross-fade transitions (in seconds) for LODGroups with animated cross-fading enabled.

    • 0 = No transition.

    • Higher values = Smoother LOD transitions.

Last updated