In the Dynamic Color Change video, you create a lerp function to nicely change the color of the cube. My question is if you add it to the OnCollisionEnter function it doesn’t work. How is it possible to check for the collision first then run the Color.Lerp in the Update()? Thanks.