Hello
I have just purchased your Dialogue System for Unity and would like to Integrate it with Ultimate Inventory System. I have both Ultimate Inventory System and the Dialogue System installed on unity and also installed the Integration UPF file from the site below
https://opsive.com/downloads/?pid=22330
when I tried to import the file I got the following error:
Assets\Pixel Crushers\Common\Third Party Support\Opsive UIS Support\Scripts\UISUtility.cs(42,20): error CS0029: Cannot implicitly convert type 'Opsive.UltimateInventorySystem.Core.Item' to 'Item'
sure its an easy fix but not sure why this is happening.
Leon
Opsive Ultimate Inventory System Integration
Re: Opsive Ultimate Inventory System Integration
Hi,
Does your project perhaps have a script that defines an Item class but neglects to put it in a namespace? Maybe some other asset?
What versions of Unity, Dialogue System, and UIS are you using?
Does your project perhaps have a script that defines an Item class but neglects to put it in a namespace? Maybe some other asset?
What versions of Unity, Dialogue System, and UIS are you using?
Re: Opsive Ultimate Inventory System Integration
yes sorry noob,
managed to fix it after reading your post.
Thanks
managed to fix it after reading your post.
Thanks
Re: Opsive Ultimate Inventory System Integration
Glad to help!