Compile Errors in Corgi Support Integration

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
raphael.sanguinete
Posts: 2
Joined: Thu Sep 26, 2019 1:33 pm

Compile Errors in Corgi Support Integration

Post by raphael.sanguinete »

Hi, guys!

I just started a fresh new project.

I imported Dialogue System 2.2.0

I imported Corgi Engine 6.0

I've unpacked the Corgi Support package in the Dialogue System folder.

And then I got these compile errors:

01)
Assets\Pixel Crushers\Dialogue System\Third Party Support\Corgi Support\Scripts\ConversationZone.cs(69,33): error CS0115: 'ConversationZone.CheckConditions(GameObject)': no suitable method found to override

02)
Assets\Pixel Crushers\Dialogue System\Third Party Support\Corgi Support\Scripts\ConversationZone.cs(188,33): error CS0115: 'ConversationZone.Update()': no suitable method found to override

I've found this topic on the forum (https://www.pixelcrushers.com/phpbb/vie ... rgi#p14224) and saw the information that there was an updated Corgi Support package. So I went to https://www.pixelcrushers.com/dialogue-system-extras/ and I've dowloaded the Dialogue System patch as well as the Corgi Support update pack.

And the compile errors still persists.

Is there a fix for this issue?
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Compile Errors in Corgi Support Integration

Post by Tony Li »

Hi,

It sounds like you're using an older version of Corgi.

What version of Unity are you using?

More Mountains keeps multiple versions on the Asset Store. If you download Corgi in Unity 2019.2, you'll get version 6.0. If you download Corgi in an older version of Unity, you'll get some older version of Corgi.
raphael.sanguinete
Posts: 2
Joined: Thu Sep 26, 2019 1:33 pm

Re: Compile Errors in Corgi Support Integration

Post by raphael.sanguinete »

Hi, thanks for the quick reply!

I started a new project again. Installed Corgi before anything and did the 6.0 manifest installation change (https://corgi-engine-docs.moremountains ... stall.html), that I did after installing Dialogue System in the other project. Then installed Dialogue System, then the 2.2 patch, then the Corgi Support, then the Corgi Support Update.

Now, everything is working fine. I don't know what happened in the other project, but probably it has something to do with the corgi engine 6.0 problem with the Unity packages. It was Unity 2019.2.6f1 too.

But now, everything is working fine, so if anyone is having the same issue, try to install the packages in the above order.
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Compile Errors in Corgi Support Integration

Post by Tony Li »

Thanks for the tips!
Post Reply