Event Trigger is for the new Unity UI. You can just write a script and put it in the player object. You want to call the function OnMouseDown() then the code you want to fire what ever it is you want to fire.
EDIT: If its a certain button you want to fire, you can simply make the button and use onclick on that instead. nothing should really be changed with event trigger.
↧