Hello,
I'm making a game with multiply rooms, I started adding more layouts, the only problem that occur me is the teleportation between layout to layout.
I have an object in layout X and an object on layout Y, whenever I overlap the object in layout X, I want my player to set position to the object in layout Y.
Now, when ever I overlap the object on layout X, my character is setting himself to the object on layout Y instead of setting the position just once.
How can I make it work?
I know I'm missing something really small, not sure what though..
Thanks!