Skip to content

CameraValueAsset

ScriptableObject that stores a shared Camera reference, editable in the Project window.

Namespace: Jungle.Objects
Inherits: ValueAsset<Camera>

Overview

Create from Jungle / Spatial / Camera Value. Stores a Camera reference shareable across scenes. Useful for systems that need to reference a specific camera without direct scene coupling. A companion CameraListValueAsset stores a list.

Properties

Property Type Description
value Camera The stored Camera reference.

See Also