UCC + DS + QM Intergration Errors

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
CruttMutt
Posts: 41
Joined: Wed May 06, 2020 9:44 am

UCC + DS + QM Intergration Errors

Post by CruttMutt »

Hello Tony!

I have recently upgraded all of my assets to the latest versions including DS, QM, and UCC.

Unfortunately, I seem to get an error though for both of them. Seemingly both very similar.

I have the latest integrations availible from the opsive website. I know they did a big change around in the new update so maybe I have missed something?

Thanks!

Errors:

Assets\Pixel Crushers\Dialogue System\Third Party Support\Opsive UCC Support\Scripts\Character\Abilities\Converse.cs(91,68): error CS0118: 'CameraController' is a namespace but is used like a type

Assets\Pixel Crushers\Quest Machine\Third Party Support\Opsive UCC Support\Scripts\Character\Abilities\GreetQuestGiver.cs(121,68): error CS0118: 'CameraController' is a namespace but is used like a type
User avatar
Tony Li
Posts: 22047
Joined: Thu Jul 18, 2013 1:27 pm

Re: UCC + DS + QM Intergration Errors

Post by Tony Li »

Hi,

The integrations are up to date with the latest versions of UCC.

Did you download the update through the Package Manager window? If so, please see: How To: Download Updates With Broken Package Manager

Are any other assets in your project? Perhaps one that defines "CameraController" as a namespace?
CruttMutt
Posts: 41
Joined: Wed May 06, 2020 9:44 am

Re: UCC + DS + QM Intergration Errors

Post by CruttMutt »

Oh okay! Yes, I found it. It was from having Gaia 2. That had its own camera script that was getting all involved. I don't need any of that so was able to clean it up and all your integrations are working great now!

I thought it was odd, seeing as all your stuff always works. Figured it was me somewhere haha.
User avatar
Tony Li
Posts: 22047
Joined: Thu Jul 18, 2013 1:27 pm

Re: UCC + DS + QM Intergration Errors

Post by Tony Li »

Glad you found the issue! :-)
Post Reply