Dialogue System Variable Blackboard Sync

v1.0

DialogueSystemVariableSync is a MonoBehaviour component that provides automatic, bidirectional synchronization between Dialogue System Variables and the Juicy Actions Blackboard. Add to your scene to automatically enable syncing.

Configuration Options

Sync All Variables

When enabled, automatically syncs ALL Dialogue System variables to the Blackboard

Specific Variables

When sync-all is disabled, specify a list of variable names to sync

Blackboard Prefix

Customize the prefix for Blackboard keys (default: "DialogueSystem/")

Last updated