hello, so i have this variable : public Animation ReloadAnim;
what i would like to know is how do i change the speed of the playback? i know i could if i were to call the anim like this animation.Play(“Reload”); but this doesn’t seem to work. any ideas?