Console error related to AdventureCreator: No overload for method 'Remove' takes 4 args

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
PeterParked
Posts: 24
Joined: Wed Oct 07, 2015 7:32 pm

Console error related to AdventureCreator: No overload for method 'Remove' takes 4 args

Post by PeterParked »

I've just set up a clean install to try to diagnose a separate issue. I'm using
Unity 2019.2.17f1,
Dialogue System 2.2.4,
and Adventure Creator 1.70.1

I started by following the steps for AC support setup here:
http://www.pixelcrushers.com/dialogue_s ... eator.html

and immediately after unpacking the AC support package, I started getting this error in the console:

Assets\Pixel Crushers\Dialogue System\Third Party Support\Adventure Creator Support\Scripts\AdventureCreatorBridge.cs(552,34): error CS1501: No overload for method 'Remove' takes 4 arguments

It appears to be referring the method AdventureCreatorBridge's UpdateAdventureCreatorItem

Thank you in advance for taking a look! Much appreciated!
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Console error related to AdventureCreator: No overload for method 'Remove' takes 4 args

Post by Tony Li »

Hi,

There was an API change in Adventure Creator 1.7.

The Dialogue System Extras page has an updated Adventure Creator integration package.
PeterParked
Posts: 24
Joined: Wed Oct 07, 2015 7:32 pm

[Solved] Console error related to AdventureCreator: No overload for method 'Remove' takes 4 args

Post by PeterParked »

Great; thank you so much!
Post Reply