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!!
Can't Integrate Dialogue System to Adventure Creator
-
- Posts: 3
- Joined: Fri Apr 01, 2016 2:45 pm
Re: Can't Integrate Dialogue System to Adventure Creator
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.
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.
-
- Posts: 3
- Joined: Fri Apr 01, 2016 2:45 pm
Re: Can't Integrate Dialogue System to Adventure Creator
You're incredible, thank you for the super quick reply! That solved it right away.
Re: Can't Integrate Dialogue System to Adventure Creator
Glad to help!