Hello! I'm in Unity using C # and I have a cube that when I press 'q', it decreases to 0.5 of scale starting from scale 1 and when I release 'q', it goes back to scale 1. I wanted there to be some quick animation of the decay and growth of the cube and I thought of making a For that, am I right? Is there a specific function for this?