Skip to main content
Let’s dive into how you can set up multiple spawn points in your game:
1

First Step

  1. Tap on the object to which you want to add a behavior
  2. With the object selected, tap on the “Details” button to the left of your screen.

  1. In the Details panel, tap “Add Behavior”.
2

Second Step

Decide what will trigger the behavior. This could be an action like a collision, an interaction, or the game starting. Select a “Trigger” box and drag it into the editor.
3

Third Step

Navigate to the “Game Actions” section and select the “Set player position” block. Tap on the Player “Graph” button and set the player being affected by the trigger.

4

Fourth Step

For the different spawn points, you’ll need to build custom logic. Tap on the position number and select “Add Custom Graphs”:

5

Fifth Step

Exit the Behavior Editor, playtest and ensure it works as expected!
I