Hi, I have a question. I have this problem whenever the player leaves a room and come back. Sometimes the items that they picked up, are back in their places. I also have some scenes, where the scene switches, ex. a locked door is open. How do I make it, so the room looks and acts the same, as when the player left the room?
Thanks in advance.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
It's a case of informing what changes you want AC to record, by attaching the appropriate "Remember" components to those objects.
For example, if you want to have AC remember an object's position, attach the "Remember Transform" component to it.
This process can be automated by clicking the Auto-add save components to GameObjects button in the Settings Manager, but I'd recommend reading through the Manual's "Saving scene objects" chapter first to get an overview of how AC's save-system works.