I tried to animate MeshRenderer.material.color.a, but the code doesn’t work. Animator starts working, but no change happens. Rendering Mode is set to Transparent and animation works, if created in editor.
The property name should be “material._Color.a” and you should animate all properties, not only one, to make it work. Otherwise animator will set them all to default.