Integration with Ultimate Inventory System

Autoglyph

New member
I followed the guidelines for installing the integration to a tee, but I get the single error:
Assets\Opsive\UltimateCharacterController\Integrations\UltimateInventorySystem\Editor\InventoryItemSetManagerInspector.cs(29,19): error CS0246: The type or namespace name 'ObjectFieldWithNestedInspector<,>' could not be found (are you missing a using directive or an assembly reference?)
Do you know what I need to do to get the integration working? I'm using Unity 2021.3.13f1, UCC 2.4.9 (legacy), and UIS 1.2.11.
 
I get exactly the same error on these versions. I tried deleting folders, it didn't help, the problem is in the integration script.
 
It would seem you don't have the latest integration package.
ObjectFieldWithNestedInspector is now called NestedInspectedObjectField
I'm going to re-export the integration and reupload it just in case the version on the website has somehow reverted to a previous version
 
Thank you very much! Let me know when the new version has been uploaded. I just tried but it looks like I get the same error.
 
Top