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?
Compile Errors in Corgi Support Integration
-
- Posts: 2
- Joined: Thu Sep 26, 2019 1:33 pm
Re: Compile Errors in Corgi Support Integration
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.
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.
-
- Posts: 2
- Joined: Thu Sep 26, 2019 1:33 pm
Re: Compile Errors in Corgi Support Integration
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.
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.
Re: Compile Errors in Corgi Support Integration
Thanks for the tips!