+ Links now start sequences. Build teleport, dialogue, animation, audio,
+ visibility, and control behavior as sequence effects in the Sequencer,
+ then reference the sequence here.
+
{links.length === 0 ? (
{sourceEntity.kind === "triggerVolume"
- ? "No trigger links authored yet."
- : "No click links authored yet."}
+ ? "No sequence links authored for this Trigger Volume yet."
+ : "No sequence links authored for this Interactable yet."}
+ This link still uses a legacy direct action. New authoring
+ should move this behavior into a reusable sequence effect and
+ switch the link to Run Sequence.
+
- Run Sequence links can only reference sequences that
- contain at least one impulse effect.
+ Run Sequence links can reference any authored sequence,
+ but only its impulse effects fire from interactions.