Page 1 of 1

Opsive Ultimate Inventory System Integration

Posted: Thu Jan 21, 2021 6:24 am
by Ivey88
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

Re: Opsive Ultimate Inventory System Integration

Posted: Thu Jan 21, 2021 10:22 am
by Tony Li
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?

Re: Opsive Ultimate Inventory System Integration

Posted: Thu Jan 21, 2021 11:50 am
by Ivey88
yes :) sorry noob,

managed to fix it after reading your post.

Thanks

Re: Opsive Ultimate Inventory System Integration

Posted: Thu Jan 21, 2021 2:17 pm
by Tony Li
Glad to help!