Throw, catch and block questions

vgwizardx

New member
So I need some guidance. How can I make my character catch an item that is thrown at him or block/deflect it away?

Thanks in advance
 
You can use the ability system for this. I haven't implemented anything like this so I don't know the implementation details, but you can start by having the ability activate when the thrown item's trigger enters a collider on the character.
 
That is all I needed Justin, thank you for the hint, I just had no idea how to start. If I figure this out where should I place the information to share.
 
Top