[SOLVED] Load Quest Game Data from script

Announcements, support questions, and discussion for Quest Machine.
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: [HELP] Load Quest Game Data from script

Post by Tony Li »

Hi,

You can email download links to tony (at) pixelcrushers.com or send me a private message, whichever is convenient.
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: [HELP] Load Quest Game Data from script

Post 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.
mschoenhals
Posts: 118
Joined: Thu Dec 19, 2019 7:38 am

Re: [SOLVED] Load Quest Game Data from script

Post by mschoenhals »

Yup, that was it; works fine now.
Thanks for all your help. :D
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: [SOLVED] Load Quest Game Data from script

Post by Tony Li »

Happy to help! :-)
Post Reply