How do I properly drop an Item, I got an error

aphixe

New member
I have a problem with setting things up for inventory,
So I thought that DropPrefab is the prefab I need to fill to drop an item.
unfortunately I haven't found the solution, I feel like it should be easy, like I missed one vital step while watching the videos. here is some photos along with a photo of the error.
1717726179188.png
1717745688045.png
1717745701622.png
1717745714544.png

1717726196650.png

this error shows up when item is dropped from when I run action to drop in inventory.
 
Last edited:
I was told in discord to get a screen shot of some inventory bridge, I believe when I go to drop item, idk if this will help but I post it here, if it helps solve this issue. 1717764674223.png
 
In the integration you have 2 choices for dropping items.

1. The UCC way, by setting the drop prefab on the CharacterItem prefab

2. The UIS way, by setting the drop prefab on the bridge:
1717930941554.png
Add a prefab here for the drop. Make sure it is an InventoryItemPickupPrefab.

If you want the dropped perfab to look like the item dropped, then use an InventoryItemVisualizer to spawn a visual prefab that looks like the dropped item:
 
Back
Top