Stage Triggers

StageTriggers are the fundamental building blocks of every stage. Below is a list of all stage triggers used in Project Reignition:

Module Triggers

Modules trigger are added to Node3D nodes, then triggered by a signal or StageTrigger.tscn.

Instanced Triggers

Instanced Triggers are added by instancing the correct .tscn file. Just add Collision Shapes as needed and they will activate on their own.

Adding Stage Triggers

You can quickly create a StageTrigger by creating a Node3D, then adding a Trigger script:

In the inspector, change the script with [RIGHT CLICK] -> Quick Load.
Search for "Trigger" and select a trigger script.

Last updated