Page 1 of 1

Can't Integrate Dialogue System to Adventure Creator

Posted: Sat Feb 20, 2021 2:57 pm
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!!

Re: Can't Integrate Dialogue System to Adventure Creator

Posted: Sat Feb 20, 2021 3:01 pm
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.

Re: Can't Integrate Dialogue System to Adventure Creator

Posted: Sat Feb 20, 2021 3:17 pm
by RoboMoogle
You're incredible, thank you for the super quick reply! That solved it right away.

Re: Can't Integrate Dialogue System to Adventure Creator

Posted: Sat Feb 20, 2021 4:00 pm
by Tony Li
Glad to help!