Problem with Corgi Support

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Espes
Posts: 24
Joined: Sun Aug 16, 2020 12:29 pm

Problem with Corgi Support

Post 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
User avatar
Tony Li
Posts: 22050
Joined: Thu Jul 18, 2013 1:27 pm

Re: Problem with Corgi Support

Post 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.
Espes
Posts: 24
Joined: Sun Aug 16, 2020 12:29 pm

Re: Problem with Corgi Support

Post by Espes »

I ve tried it in new project. Same error. Is there a possibility that the package is deprecated?
User avatar
Tony Li
Posts: 22050
Joined: Thu Jul 18, 2013 1:27 pm

Re: Problem with Corgi Support

Post 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.
Espes
Posts: 24
Joined: Sun Aug 16, 2020 12:29 pm

Re: Problem with Corgi Support

Post 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.
User avatar
Tony Li
Posts: 22050
Joined: Thu Jul 18, 2013 1:27 pm

Re: Problem with Corgi Support

Post by Tony Li »

Hi,

Try deleting the package from your Asset Store cache. Then download again.
Espes
Posts: 24
Joined: Sun Aug 16, 2020 12:29 pm

Re: Problem with Corgi Support

Post by Espes »

I ve delete it from Windows - User>AppData>Roaming>Unity> Asset Store> Pixel Crushers , downloaded it again and worked :D Thanks!
User avatar
Tony Li
Posts: 22050
Joined: Thu Jul 18, 2013 1:27 pm

Re: Problem with Corgi Support

Post by Tony Li »

Glad to help!
Post Reply