Search Unity

Simple animation text color change.

Discussion in 'Animation' started by ScottRichards, Sep 14, 2018.

  1. ScottRichards

    ScottRichards

    Joined:
    Oct 20, 2016
    Posts:
    24
    Hello, I am trying to do a simple Text color change using animations for a button. The color change is only 1 frame in the pressed state, and I have it changing from teal to white. The issue is that there is a brief lerp from teal to white where it transitions into the new color. My goal is to have the color change be instant without a lerp. I thought that having the color change on 0:00 would solve this, but there is still a fade. Am I missing something simple or should I just script it?