Question about compile errors using UIS and UCC

Briddle85

New member
Hi I am trying to use UIC and UCC together, followed the integration steps and all that.

But I am getting these two errors:

1. Assets\Opsive\UltimateCharacterController\Integrations\UltimateInventorySystem\Scripts\UltimateInventorySystemBridge.cs(1146,33): error CS0115: 'UltimateInventorySystemBridge.RemoveItemIdentifierInternal(IItemIdentifier, int, int)': no suitable method found to override

2. Assets\Opsive\UltimateCharacterController\Integrations\UltimateInventorySystem\Scripts\UltimateInventorySystemBridge.cs(38,18): error CS0534: 'UltimateInventorySystemBridge' does not implement inherited abstract member 'InventoryBase.RemoveItemIdentifierInternal(IItemIdentifier, int)'


FYI I just downloaded the newest UCC, UIC, and Integration


Any help would be appreciated, thanks!
 

Attachments

  • Compile errors.jpg
    Compile errors.jpg
    62 KB · Views: 7
The error would suggest that you do not have the latest UCC update.

Can you make sure you have version 2.2.4 installed? Don't forget to install with the installer package after you import the latest version

Just to be sure you get the latest scripts imported remove the UCC scripts folder before importing the latest package.

I took that time to download the latest version of UCC from the asset store and the scripts are correct
 
Top