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
Interactivebuilding block - Link it to a
Collider(where it should be placed) - Set the object to
Enabledat the start
Important to know
- Only the object you pick up is a
Building Blockin this case - The target object (
Collider) does not need to be set as aBuilding Block - You will further build the logic later in the
Workflow
Your first interactive element is ready.
Last updated on