Updated integration package for Adventure Creator?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
jjpixelc
Posts: 44
Joined: Sun Mar 01, 2020 1:04 pm

Updated integration package for Adventure Creator?

Post by jjpixelc »

Hi

I'm looking at the extras page, but I can't find any updated integration package for Adventure Creator.
Is it hiding somewhere else?

I've updated my project and am getting these errors:

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

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

Reading elsewhere on this forum, I understood that an updated integration package for AC would solve these errors.
But I can't find such a package... :-)
User avatar
Tony Li
Posts: 21986
Joined: Thu Jul 18, 2013 1:27 pm

Re: Updated integration package for Adventure Creator?

Post by Tony Li »

Hi,

The current Dialogue System release contains the most up-to-date Adventure Creator integration.

Can you back up your project, update to the current release, and then import the Adventure Creator Support package found in the Third Party Support folder? If you don't want to update the Dialogue System itself, you can import just the Adventure Creator Support.unitypackage file and them import that unitypackage.
Post Reply