Script 'Animation' has the same name as built-in Unity component.
AddComponent and GetComponent will not work with this script.
Which means because you have a c sharp file called Animation, it will not work with that script with GetComponent. It's a harmless issue, just raising it in case anyone has ideas of adding it as a component via code.