Need Help With Loading Scene @ Specified Spawn Point

Announcements, support questions, and discussion for the Save System for UFPS.
Post Reply
eldridge
Posts: 1
Joined: Fri Jun 16, 2023 1:57 pm

Need Help With Loading Scene @ Specified Spawn Point

Post by eldridge »

Hello,

I would like to be able to load a scene and specify the spawn point of the character. I have tried using the SaveSystem.LoadScene method to do this, specifying the scene and spawn point separated by @. However, this did not work. I am also using the More Mountains Top Down Engine which has its own spawn point system: https://topdown-engine-docs.moremountai ... spawn.html. I suspect that the Top Down Engine is overriding the save system load scene protocol. Any advice on how to get this to work? Thanks
User avatar
Tony Li
Posts: 20649
Joined: Thu Jul 18, 2013 1:27 pm

Re: Need Help With Loading Scene @ Specified Spawn Point

Post by Tony Li »

Hi,

Make sure your Level Manager's Spawn Delay is set to 0.

Try setting the Save System component's Frames To Wait Before Apply Data to 1.
Post Reply