Playmaker support with quest and dialogue

Announcements, support questions, and discussion for the Dialogue System.
sam0302
Posts: 11
Joined: Tue Feb 06, 2024 3:30 am

Playmaker support with quest and dialogue

Post by sam0302 »

https://www.pixelcrushers.com/dialogue_ ... maker.html

I recently find playmaker is quite helpful for building my game, and I want to make the FSM like the first picture in above page. But I want to incorporate quest machine and dialogue system, and then use the quest store in dialogue system to assign to FSM, how can I achieve this?
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Playmaker support with quest and dialogue

Post by Tony Li »

Hi,

Quest Machine and the Dialogue System both have Playmaker integrations that will let you do that. Your link above leads to the Dialogue System's Playmaker integration instructions. To also import the Quest Machine integration for Playmaker, import Plugins / Pixel Crushers / Quest Machine / Third Party Support / Playmaker Support.unitypackage. The instructions for the Quest Machine integration are in the PDF that will be imported when you import that package.
sam0302
Posts: 11
Joined: Tue Feb 06, 2024 3:30 am

Re: Playmaker support with quest and dialogue

Post by sam0302 »

Hi, I have just imported the support package, but the demo scene has lost some scripts and FSM which I cannot learn the logic from the FSMs, how can I fix it?
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Playmaker support with quest and dialogue

Post by Tony Li »

Hi,

Did you import both Playmaker Support packages? (Please see How to Set Up Playmaker Support.)
sam0302
Posts: 11
Joined: Tue Feb 06, 2024 3:30 am

Re: Playmaker support with quest and dialogue

Post by sam0302 »

Yes I have imported both packages. May be the versions of plugin conflicts each other?
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Playmaker support with quest and dialogue

Post by Tony Li »

There are no known conflicts with the current versions of all assets. Please make sure you've imported these packages:
  • Plugins ► Pixel Crushers ► Common ► Third Party Support ► PlayMaker Support
  • Plugins ► Pixel Crushers ► Dialogue System ► Third Party Support ► PlayMaker Support
  • Plugins ► Pixel Crushers ► Quest Machine ► Third Party Support ► PlayMaker Support
Are there any errors or warnings in the Console window?

What scene are you looking at that has missing references?
sam0302
Posts: 11
Joined: Tue Feb 06, 2024 3:30 am

Re: Playmaker support with quest and dialogue

Post by sam0302 »

I use the demo scene in quest machine playmaker support for reference and I find all fsms in playercanvas are lost.
I checked again and I have already imported all packages
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Playmaker support with quest and dialogue

Post by Tony Li »

Are there any errors or warnings in the Console window?
sam0302
Posts: 11
Joined: Tue Feb 06, 2024 3:30 am

Re: Playmaker support with quest and dialogue

Post by sam0302 »

I would check the console later, I have attached a photo which may help to tell what the problem is. Thank you!
Attachments
IMG_1096-min.jpeg
IMG_1096-min.jpeg (729.73 KiB) Viewed 317 times
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Playmaker support with quest and dialogue

Post by Tony Li »

The most common reason for that message is that Unity is unable to compile the project. Please check the Console.
Post Reply