Can't Integrate Dialogue System to Adventure Creator

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
RoboMoogle
Posts: 3
Joined: Fri Apr 01, 2016 2:45 pm

Can't Integrate Dialogue System to Adventure Creator

Post by RoboMoogle »

Hi there! I have been trying to import Dialogue System to integrate with Adventure Creator but it does not seem to be working.
Dialogue System is Version 2.2.15 - January 29, 2021
AC is Version 1.73.1 - February 17, 2021

I go to the Third party support folder and export the Adventure Creator package. When I do I immediately get these errors in the console:
Assets\AdventureCreator\Scripts\Actions\ActionDialogueSystemQuestCheck.cs(40,35): error CS0115:
'ActionDialogueSystemQuestCheck.End(List<Action>)': no suitable method found to override

Assets\AdventureCreator\Scripts\Actions\ActionDialogueSystemVarCheck.cs(34,35): error CS0115: 'ActionDialogueSystemVarCheck.End(List<Action>)': no suitable method found to override

Assets\AdventureCreator\Scripts\Actions\ActionDialogueSystemCheckConversationActive.cs(29,35): error CS0115: 'ActionDialogueSystemCheckConversationActive.End(List<Action>)': no suitable method found to override

Assets\AdventureCreator\Scripts\Actions\ActionDialogueSystemConversation.cs(119,35): error CS0115: 'ActionDialogueSystemConversation.End(List<Action>)': no suitable method found to override

Not sure what I'm doing wrong, but I believe all versions should be the latest? Any help would be amazing, thank you!!
User avatar
Tony Li
Posts: 22049
Joined: Thu Jul 18, 2013 1:27 pm

Re: Can't Integrate Dialogue System to Adventure Creator

Post by Tony Li »

Hi,

The Dialogue System Extras page has an updated integration package for Adventure Creator.

It's a constant battle to keep integrations up to date as other assets change. If an integration isn't working, please check the Extras page. If I haven't updated it yet, let me know and I'll integrate it as quickly as I can.
RoboMoogle
Posts: 3
Joined: Fri Apr 01, 2016 2:45 pm

Re: Can't Integrate Dialogue System to Adventure Creator

Post by RoboMoogle »

You're incredible, thank you for the super quick reply! That solved it right away.
User avatar
Tony Li
Posts: 22049
Joined: Thu Jul 18, 2013 1:27 pm

Re: Can't Integrate Dialogue System to Adventure Creator

Post by Tony Li »

Glad to help!
Post Reply