We have made a game where the player can run around in a level and when we get to a vortex point we want to to go to the next level.
The "levels" are created as Layouts.
By creating an event where when the Player has a collision with the Vortex it:
1. the System goes to (Layout) Level 2
This works, as in when the player reaches the vortex the next level is shown.
But the player isn't there.
We have tried explicitly setting the Player position but that hasn't helped.
What action do we need to do to have our player get onto the next layout/level, along with the rest of the system?