Hello, I have a functioning save/load system and multiple levels. When I transition from level to level everything works fine.
However, if I reach my save trigger (autosave) on level 1 and then move to level 2 my character will start in a slightly different location than it should be on level 2. If I move the save trigger to level 2, hit it and quit the game I will then proceed to incorrectly spawn in level 1 (not level 2). To clarify, the save trigger works perfectly with level 1 to level 1 start locations.
If I empty my save folder I will correctly spawn as normal. I have attempted 2 different save systems with the same outcome. I assume this has something to do with level streaming or persistent levels but I’m not sure and don’t know much about them. Please help I want to learn.