Page 3 of 3

Re: [HELP] Load Quest Game Data from script

Posted: Fri May 01, 2020 5:00 pm
by Tony Li
Hi,

You can email download links to tony (at) pixelcrushers.com or send me a private message, whichever is convenient.

Re: [HELP] Load Quest Game Data from script

Posted: Fri May 01, 2020 8:42 pm
by Tony Li
I see what's going on. There can be only one SaveSystem component in a scene.

When you put a SaveSystem component on the Quest Machine GameObject, it automatically destroys the SavingSystem GameObject (which has another SaveSystem component) to ensure that there's only one.

It's fine to remove the SaveSystem component from the Quest Machine GameObject and leave it on the SavingSystem prefab.

Re: [SOLVED] Load Quest Game Data from script

Posted: Sat May 02, 2020 8:33 am
by mschoenhals
Yup, that was it; works fine now.
Thanks for all your help. :D

Re: [SOLVED] Load Quest Game Data from script

Posted: Sat May 02, 2020 9:18 am
by Tony Li
Happy to help! :-)