Page 1 of 1

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

Posted: Wed Jan 15, 2020 7:16 pm
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!

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

Posted: Wed Jan 15, 2020 7:21 pm
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.

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

Posted: Wed Jan 15, 2020 9:05 pm
by PeterParked
Great; thank you so much!