The first step

In this step, you will create your first interaction based on an example.

We make one object interactive (Interactive) and link it to a target object (Collider).



What you do

  • Choose an object you want to pick up
  • Turn it into an Interactive building block
  • Link it to a Collider (where it should be placed)
  • Set the object to Enabled at the start

Important to know

  • Only the object you pick up is a Building Block in this case
  • The target object (Collider) does not need to be set as a Building Block
  • You will further build the logic later in the Workflow

Your first interactive element is ready.
Last updated on