SpriteRenderer.Color not adjustable with both mecanim + script
Hi guys, I wanna change the color of a sprite with scripting as well as inside of an animation. But as soon the animator hold an animation where the sprite color is affected, my code which is changing the color does nothing anymore. Even if the animation is never triggered. I tried to call my function in LateUpdate, but still, don't work. Did someone already have the same problem? Cheers
Comment
Answer by esco1979 · Jul 11, 2016 at 11:05 PM
Yes I have the same issue. Has anyone found a solution to this?