Can't Integrate Dialogue System to Adventure Creator
Posted: Sat Feb 20, 2021 2:57 pm
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!!
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!!