Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abberia.com/llms.txt

Use this file to discover all available pages before exploring further.

Cameras controls which Unity cameras Sectorize uses to load, keep, cache, and unload terrain sectors. The camera list is stored in Scene Settings, so it is specific to the current scene.

Camera list actions

  • Add Camera adds an empty camera slot.
  • Find Main Camera adds Camera.main, or a camera whose name contains Main Camera or MainCamera.
  • Find All Cameras adds every camera found in the scene.
  • Reset resets settings for the selected camera entry.
  • Remove removes a normal camera entry.
In Edit Mode, the Scene View camera is added automatically and is used for Scene View rendering.

Camera entry settings

Each camera entry has an active toggle. Disabled entries are marked as ignored and do not drive Sectorize streaming.
SettingDefaultDescription
CameraSelected cameraUnity camera assigned to this entry. Assigned camera fields are read-only in the inspector. Empty camera slots let you assign a camera.
LOD Bias1Per-camera LOD distance multiplier used by renderer workflows that share the camera list.
Camera Culling ModeFrustumCullingControls how renderer workflows cull objects for this camera. Sectorize still uses the camera position for streaming.
Enable ColliderstrueControls collider generation for renderer workflows when multiple cameras are active. This setting appears only in multi-camera setups.

Camera Culling Mode

ModeDescription
FrustumCullingAdds only cells that pass camera-frustum checks. This is the normal optimized mode.
Complete360Adds all cells within the camera render area instead of filtering cells by the camera frustum. Use it when a camera needs objects available outside the current view direction.

Edit Mode and Play Mode behavior

Normal cameras render in Edit Mode only when Play Mode simulation is enabled. The Scene View camera can participate in Play Mode simulation only when the project preferences allow it.