Search Unity

Monobehaviour change color field by animator

Discussion in 'Animation' started by Sandler, Jul 19, 2019.

  1. Sandler

    Sandler

    Joined:
    Nov 6, 2015
    Posts:
    241
    Hi.. i just cant find how to set up the c# code of a monobehaviour, so i can change properties via unitys animator.

    Like i got a Color field in some monobehaviour:

    public Color c;

    I can see this property in the inspector, but i cant use the animator to change this property.
    Is this even possible?