Skip to content

StringValueAsset

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

Namespace: Jungle.Primitives
Inherits: ValueAsset<string>

Overview

Create from Jungle / Primitives / String Value. Stores a single string value that multiple components can reference. A companion StringListValueAsset stores a List<string>.

Properties

Property Type Description
value string The stored text string.

See Also