Page 2 of 2

Re: Cant find components

Posted: Thu Nov 04, 2021 8:06 pm
by Tony Li
Happy to help! I'm glad you got that working. Have fun with the Dialogue System!

Re: Cant find components

Posted: Fri Nov 05, 2021 3:49 am
by hrohibil
Hello again Tony

Sorry to bother you.

I did not want to open a new thread as it relates to same thing.

Now the save/load works, I noticed it just saves and loads without asking to save to a slot?

Is this possible? I mean how do I save to slots and likewise when I load o want to be able to load different saved games.

Thank you

Re: Cant find components

Posted: Fri Nov 05, 2021 7:56 am
by Tony Li
Hi,

The test script only saves to one slot.

You can write some code to save to different slots, or you can use the Menu Framework which lets you save to multiple slots.

Re: Cant find components

Posted: Fri Nov 05, 2021 8:14 am
by hrohibil
Awesome

Will do that for sure.
Are there documentation to how to setup the menu framework?

Cheers Hamid

Re: Cant find components

Posted: Fri Nov 05, 2021 8:44 am
by Tony Li
Hi Mamid,

Yes, there's a PDF manual in the Menu Framework package.

Re: Cant find components

Posted: Fri Nov 26, 2021 12:32 pm
by glen
Tony Li wrote: Thu Nov 04, 2021 1:14 pm Hi,

Please import these two unitypackages:
  • Plugins ► Pixel Crushers ► Common ► Third Party Support ► Invector Support
  • Plugins ► Pixel Crushers ► Dialogue System ► Third Party Support ► Invector Support
In the Unity editor, select menu item Assets > Import Package > Custom Package to import them.

Here are setup instructions for reference: Invector Integration
I found the saver component doesn't also show as an option on the add component tab but found this solution I posted in a different post but thought it might help somebody here too.

(anyone who has issues finding the InvectorInventorySaver component you can find the script in the scripts / misc files files, just drag and drop the script over to the components section and it will automatically create a component)

Re: Cant find components

Posted: Fri Nov 26, 2021 1:19 pm
by Tony Li
You can also click the Add Component button at the bottom of a GameObject's inspector and start typing a script's name, such as "InvectorInventorySaver". Then you can click on the script in the search results.