Hi, when I press Alt key and up Arrow button he play a animation , how can I do that ? thanks
you can do Input.GetKey(KeyCode.UpArrow) (Input.GetKey(KeyCode.LeftAlt) || Input.GetKey(KeyCode.RightAlt)) {}
Hi, when I press Alt key and up Arrow button he play a animation , how can I do that ? thanks
you can do Input.GetKey(KeyCode.UpArrow) (Input.GetKey(KeyCode.LeftAlt) || Input.GetKey(KeyCode.RightAlt)) {}