Hi,
Thanks for sending the repro project. Can you remove the DontDestroy script from your Player and Main Camera GameObjects? They don't need to be marked Don't Destroy On Load. This should fix the issue.
troubles with menu framework and save system troubles
Re: troubles with menu framework and save system troubles
Hmm...without Don't destory on Player and Camera I got errors.
For Player it's like I can't go in another locations, because character destroys (and he's not on another location)
And for Camera, when I create a new game:
For Player it's like I can't go in another locations, because character destroys (and he's not on another location)
And for Camera, when I create a new game:
Re: troubles with menu framework and save system troubles
Since the Main Camera points to the Player, you must remove the DontDestroy script from both. If you add the Main Camera and Player to all gameplay scenes, it should work.
Re: troubles with menu framework and save system troubles
Oh, great! Now it's work, thank you very much!!!