Unable to save inventory

Mark91

New member
I am using SaveSystem for Opsive; right now I have UCC and UIS going well. The save System is getting an error here:

I read one forum on Pixel which talked about "Inventory Bridge Saver" I do not see this .cs in any of the packages I have imported.
I have: UCC, UIS, Save System (does not show as an add-on in the UUC Manager or integration for UIS but it is imported)

It is looking for an InventoryBase; the UIS using Inventory.cs which I do not see any InventoryBase in its inheritence.

UCC Saver can't save inventory. Nolan doesn't have an Inventory component.
UnityEngine.Debug:LogWarning (object,UnityEngine.Object)
PixelCrushers.UCCSupport.UCCSaver:RecordData () (at Assets/Pixel Crushers/Common/Third Party Support/Opsive UCC Support/Scripts/UCCSaver.cs:151)
PixelCrushers.SaveSystem:RecordSavedGameData () (at Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/SaveSystem.cs:583)
PixelCrushers.SaveSystem/<SaveToSlotCoroutine>d__88:MoveNext () (at Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/SaveSystem.cs:495)
UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr)
 
Top