Cant find components

Announcements, support questions, and discussion for the Dialogue System.
User avatar
Tony Li
Posts: 21055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Cant find components

Post by Tony Li »

Happy to help! I'm glad you got that working. Have fun with the Dialogue System!
hrohibil
Posts: 358
Joined: Thu Nov 04, 2021 12:50 pm

Re: Cant find components

Post 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
User avatar
Tony Li
Posts: 21055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Cant find components

Post 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.
hrohibil
Posts: 358
Joined: Thu Nov 04, 2021 12:50 pm

Re: Cant find components

Post by hrohibil »

Awesome

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

Cheers Hamid
User avatar
Tony Li
Posts: 21055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Cant find components

Post by Tony Li »

Hi Mamid,

Yes, there's a PDF manual in the Menu Framework package.
glen
Posts: 13
Joined: Mon Nov 22, 2021 10:06 am

Re: Cant find components

Post 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)
User avatar
Tony Li
Posts: 21055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Cant find components

Post 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.
Post Reply