Pickup Item motion

chrisk

Active member
Hi, Justin,
I'm trying to add Pickup Item motion to pickup the weapon on the ground.

But it seems like it pickups the weapon before the animation start.
AbilityWillStart() called before AbilityStarted().

The pickup will happen in AbilityWillStart() not in AbilityStarted(), so I don't have a chance to play the animation.
Am I missing something?

Thanks.
 
There are two parts to the pickup - the first part will add the item to the inventory so the inventory/animation knows which item to pickup, and then the item will actually be visible after the PickupEvent has occurred.
 
Hmm it sounds like it pickups before it starts the motion. The weapon should remain on the ground until a hand reaches and then pickup, no?
Have you tried to add a pickup motion? If there is one please let me know.
Thanks.
 
Top