UUC 3/ UIS character can't drop items

Hi,
I've set up my health item pickup with the Inventory, and Inventory Item Pickup scripts, and picking up the item works fine.
1681492242365.png
But when I use the Drop Item Action, i get the following log warning (partial):

The Item Drop Action could not find the ItemPickup or Inventory Pickup component on the dropped pickup.
UnityEngine.Debug:LogWarning (object)
Opsive.UltimateInventorySystem.ItemActions.DropItemAction:DropItem (Opsive.UltimateInventorySystem.Core.DataStructures.ItemInfo,UnityEngine.GameObject,UnityEngine.Vector3) (at Assets/Opsive/UltimateInventorySystem/Scripts/ItemActions/DropItemAction.cs:112)

Does anyone have an idea as to what i have to start looking into in order to fix this?
 
If you are using UCC + UIS you should probably use the "CharacterDropItemAction" instead of the "DropItemAction".

Then it will use the drop settings you've set on the character:
1681574384269.png
 
Top