Errors after installing integration package of UIS

rhansen541

New member
After installing UCC and importing UIS, I had no errors. Once I import the Integration package to install, I get a bunch of namespace errors. It almost feels like the package is not importing all the files properly. It also does not show that the UIS is integrated with UCC when viewing the integration manager


Assets\Opsive\UltimateCharacterController\Integrations\UltimateInventorySystem\Editor\InventorySystemIntegration.cs(9,32): error CS0234: The type or namespace name 'Managers' does not exist in the namespace 'Opsive.Shared.Editor' (are you missing an assembly reference?)

Assets\Opsive\UltimateCharacterController\Integrations\UltimateInventorySystem\Editor\InventorySystemItemSetRule.cs(9,32): error CS0234: The type or namespace name 'Managers' does not exist in the namespace 'Opsive.Shared.Editor' (are you missing an assembly reference?)

Assets\Opsive\UltimateCharacterController\Integrations\UltimateInventorySystem\Editor\UltimateCharacterControllerIntegration.cs(9,32): error CS0234: The type or namespace name 'Managers' does not exist in the namespace 'Opsive.Shared.Editor' (are you missing an assembly reference?)

Assets\Opsive\UltimateCharacterController\Integrations\UltimateInventorySystem\Editor\InventorySystemIntegration.cs(17,47): error CS0246: The type or namespace name 'IntegrationInspector' could not be found (are you missing a using directive or an assembly reference?)

Assets\Opsive\UltimateCharacterController\Integrations\UltimateInventorySystem\Editor\InventorySystemIntegration.cs(16,6): error CS0246: The type or namespace name 'OrderedEditorItemAttribute' could not be found (are you missing a using directive or an assembly reference?)

Assets\Opsive\UltimateCharacterController\Integrations\UltimateInventorySystem\Editor\InventorySystemIntegration.cs(16,6): error CS0246: The type or namespace name 'OrderedEditorItem' could not be found (are you missing a using directive or an assembly reference?)

Assets\Opsive\UltimateCharacterController\Integrations\UltimateInventorySystem\Editor\InventorySystemIntegration.cs(23,30): error CS0115: 'InventorySystemIntegration.ShowIntegration(VisualElement)': no suitable method found to override

Assets\Opsive\UltimateCharacterController\Integrations\UltimateInventorySystem\Editor\UltimateCharacterControllerIntegration.cs(42,6): error CS0246: The type or namespace name 'OrderedEditorItemAttribute' could not be found (are you missing a using directive or an assembly reference?)

Assets\Opsive\UltimateCharacterController\Integrations\UltimateInventorySystem\Editor\UltimateCharacterControllerIntegration.cs(42,6): error CS0246: The type or namespace name 'OrderedEditorItem' could not be found (are you missing a using directive or an assembly reference?)



Any help would be appreciated, sucks paying so much for this and can not even use them.
 
Make sure you've imported both UCC and UIS first, and are also using the latest version of both packages. Based on those errors you are using an older version.
 
Back
Top