Problem with Corgi Support
Problem with Corgi Support
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
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.
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
I ve tried it in new project. Same error. Is there a possibility that the package is deprecated?
Re: Problem with Corgi Support
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
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.
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
I ve delete it from Windows - User>AppData>Roaming>Unity> Asset Store> Pixel Crushers , downloaded it again and worked Thanks!
Re: Problem with Corgi Support
Glad to help!