if(Input.GetMouseButton(1)) { animation.Play (“Default Take”); };
I have a problem i cant figure out because there are no errors in the console but when i press right mouse button the animation called “Default Take” doesnt play, anyone have any ideas?