Hi, I am massively confused.
PROBLEM:
I have a scene with numerous exit points to new scenes, but when I want the character to return to the original scene I do not know how to direct him to the correct playerstart??
Can anyone help? i am sure it is obvious but nothing is working from me? The player returns to the correct scene through player script, but not the correct marker/start point?
Comments
For example, if your Player travels from "Shop" to "Street", then inside "Street" they'll appear at the PlayerStart linked to "Shop".
If so, you can use the "Engine: Check scene" Action to determine the previously-visited scene and act accordingly.
The first is selecting the playstart and using the name of the previous scene and a fade in time.
Second way is to have a custom > run in parallel and have scene checks and teleport player to a marker depending on the previous scene.