Building logic

In this step, you define what happens and when in your scenario.

You work in the Workflow: this is where you connect steps together.



What you do

  • Add your interactive Building Blocks to the Workflow
  • Start at Start and connect the steps
  • Define the sequence of your scenario

Example of a workflow

This is what a simple 3-step scenario looks like:

  graph LR
    Start --> Step1[Interaction: component 1]
    Step1 --> Step2[Interaction: component 2]
    Step2 --> Step3[Interaction: component 3]

Each step activates the next. This way, you build your scenario step by step. You define the order yourself in the workflow.


You now have a basic workflow and are ready to test it in VR!
Last updated on