How to make backtracking possible?
Lets say you (the player) are in a room that leads to two more rooms, you go to the first door press F and another scene loads, places the player in that room in front of the door then you exit and load the first scene and it places the player in front of that door as well but in the first room you were in, and now comes my problem, now you want to enter the third room, so you do that, scene loads, and you want to go to the first room you were in, it wiill just place you where your player is in that scene, how would you go about this?
Your answer
Follow this Question
Related Questions
How to change transform.position after loadScene? 2 Answers
Unity Scene Is Loading/Not Loaded on player death 1 Answer
How I can Open a Previous Scene with button back !? 3 Answers
How to load multiple scenes and switch without unloading the past ones 0 Answers
How to change scenes based on an if else statement C# 1 Answer