I have several scenes connected by javascripts. the scripts will load a the next scene so that the player can explore one scene, go to a different scene, and then come back to the first. I want to be able to save the scene so that it looks the same as it was when the player left it. What is the best way to do this?
Specifically this is important for pickups. I want the player to be able to pickup an object in one scene (the way i did this was to save the name of the object and then instantiate it using the resources folder when I wanted to pull it out again) and take the object to a different scene. when he comes back to the first scene i want the game to load the scene normally but without the pickup object. That is, i want to prevent him from getting the same object twice.
I have no clue how to go about doing this so sorry if this question is vague I just don't know how to start. I can provide additional info about how the game works if you give me an idea of what you would need to know.
Thank you very much!
– anon35516084No problem. Good luck with your project.
– ThumbStorm