hey, how could i activate one animation using two buttons i tryed this code below but pfft i don’t know how to do it and i carnt find nothing out there to help me,
function Update()
{
if(Input.GetKey(“W”,“mouse1”))
animation.play ("Shoot");
}
i know this is probably wrong but at least i had a go at doing it lol if anybody could help please help
Thanks