Playing an animations in reverse?

I’ve animated the growth of a tree in maya, the player plants a seed and a tree grows. the player is also able to remove the tree. As I’m restricted on time i’d like to reuse the growth aniamtion but in reverse. Using unity an I able to play the aniamtion back in reverse?

Any help would be greatly appreciated

C

Replace AnimationName with the actual name of your animation.

animation["AnimationName"].speed = -1.0;