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
UCC + DS + QM Intergration Errors
Re: UCC + DS + QM Intergration Errors
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?
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
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.
I thought it was odd, seeing as all your stuff always works. Figured it was me somewhere haha.
Re: UCC + DS + QM Intergration Errors
Glad you found the issue!