Unable to pick up an ItemPickup that has been setup with the PUN add-on

Hey there guys.
I currently have a throwable item set up with a photon view and I have added its prefab to the pun object pool, but the pickup corresponding to that throwable item (which has also been set up with the PUN add-on) doesn't work with my character anymore. It worked when it was just a local pickup. Any idea what I might be doing wrong here?
 
You can compare your setup to items in the demo scene (like the grenade).

Not the OP here, but i'm dealing with PUN Pickup this week and i noticed that in the demo scene the pickups use the "ItemPickup" script, while when you create the pickup using the PUN addon the script "PunItemPickup" is added to the item.

Maybe is somehow related to this issue?
 
Top