Page 1 of 1

Problem with Corgi Support

Posted: Sat Dec 12, 2020 5:59 am
by Espes
Hello, I have Corgi v6.6, Dialogue system 2.2.14, Unity 2020.1.16 and installed Corgi Support from Plugins► Dialogue System ► Third Party Support ► Corgi Support and also tried the patch from extras in the website. I get error from script "ConversationZone" "'ConversationZone.Update()': no suitable method found to override". What is the latest Corgi support package? I also had missing assemblies that I fixed by running "DialogueSystemAssemblyDefinitions" unity package

Re: Problem with Corgi Support

Posted: Sat Dec 12, 2020 9:27 am
by Tony Li
Hi,

That error message means you're using an older version of the Corgi Support package (from DS 2.2.12 or earlier). Delete the folder Pixel Crushers / Dialogue System / Third Party Support / Corgi Support / Scripts, and then reimport the Corgi Support package from the Third Party Support folder.

Re: Problem with Corgi Support

Posted: Sat Dec 12, 2020 11:38 am
by Espes
I ve tried it in new project. Same error. Is there a possibility that the package is deprecated?

Re: Problem with Corgi Support

Posted: Sat Dec 12, 2020 11:48 am
by Tony Li
Please open ConversationZone.cs and look at the Update method. If it says virtual, it's the current version of the integration. If it says override, it's an old version. If it's old, make sure you really have DS 2.2.14 installed.

Re: Problem with Corgi Support

Posted: Sat Dec 12, 2020 12:14 pm
by Espes
It is override.
I found a strange thing. In package manager shows that I have 2.2.14 but in About section it say 2.2.12. How is that possible? I' ve made an clean install via package manager.

Re: Problem with Corgi Support

Posted: Sat Dec 12, 2020 12:25 pm
by Tony Li
Hi,

Try deleting the package from your Asset Store cache. Then download again.

Re: Problem with Corgi Support

Posted: Sat Dec 12, 2020 12:42 pm
by Espes
I ve delete it from Windows - User>AppData>Roaming>Unity> Asset Store> Pixel Crushers , downloaded it again and worked :D Thanks!

Re: Problem with Corgi Support

Posted: Sat Dec 12, 2020 1:47 pm
by Tony Li
Glad to help!