Opsive Ultimate Inventory System Integration

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Ivey88
Posts: 2
Joined: Thu Jan 21, 2021 6:13 am

Opsive Ultimate Inventory System Integration

Post 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
User avatar
Tony Li
Posts: 22051
Joined: Thu Jul 18, 2013 1:27 pm

Re: Opsive Ultimate Inventory System Integration

Post 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?
Ivey88
Posts: 2
Joined: Thu Jan 21, 2021 6:13 am

Re: Opsive Ultimate Inventory System Integration

Post by Ivey88 »

yes :) sorry noob,

managed to fix it after reading your post.

Thanks
User avatar
Tony Li
Posts: 22051
Joined: Thu Jul 18, 2013 1:27 pm

Re: Opsive Ultimate Inventory System Integration

Post by Tony Li »

Glad to help!
Post Reply