Collide to pickup

gxchris

New member
I want my player to collide with the item to pickup but I encountered this issue.

1631247285936.png

Why do I need to define an input? Where should I define it?
I was using "OnCollidsionEnter" to make it happen and it worked before using this inventory system.

Even for your demo case, I encountered the following issue. Do I need to write a new script to enable users to pickup when press "E"?
1631249601497.png
I am still at the entry level. Thanks for answering my questions!
 
Last edited:
My guess is that you haven't imported the input names when you installed the asset. Normally there should have been a popup asking you if you wanted to import the inputs in the Input Manager. I'm guessing either it didn't pop up or you pressed no or you installed another asset that overwrote those inputs.

If you go to Tools -> Opsive -> Ultimate Inventory System Manager -> Setup, You'll see an option to import the inputs.
1631258769629.png

Those inputs are used for opening the inventor main menu, the hotbar inputs 1-9, and more

To reiterate those errors have nothing to do with pickups collisions
 
Top