what does this warning mean?
WARNING: Implicit downcast from 'UnityEngine.Component' to 'UnityEngine.Animation'. i got this warning twice here's the lines of script its talking about RunningAnimation=GetComponent("Animation");
Idle=GetComponent("Animation");
Comment