I'm trying to create a simple shrinking animation for use in Unity. The goal is to create an animation that shrinks the object to be 0.1 scale.
I've created an Animator Controller with an empty state, and an Animation, and assigned the Animation into the Animator Controller's empty state's "Motion" slot, but I have no idea what to do next. This is what the inspector looks like on the Animation:
When I click "Open", nothing happens. There doesn't seem to be any area to edit the animation.
I have no idea where to start, sorry if the question isn't detailed enough.
