Page 1 of 1

UCC + DS + QM Intergration Errors

Posted: Thu Mar 25, 2021 4:12 am
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

Re: UCC + DS + QM Intergration Errors

Posted: Thu Mar 25, 2021 9:25 am
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?

Re: UCC + DS + QM Intergration Errors

Posted: Fri Mar 26, 2021 1:38 am
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.

Re: UCC + DS + QM Intergration Errors

Posted: Fri Mar 26, 2021 8:12 am
by Tony Li
Glad you found the issue! :-)