- Modifié
Change color of spine animation to white using unity code
Hey guys. We need a little help with changing color of spine animations from code. We are making a shooting game where once enemy gets hit by bullet he should blink with white color. But only way we know how to change color of spine animations is this:
And this way we can only adjust color to certain degree but we can't make the spine animation go completely white.
Actually if we choose the white color it will just put animation back to it's original color:
So is there a way we can adjust color in a way where we have more control? Maybe if we could just adjust brightness we could solve this problem. Any way to do that?
Thanks!
You should write your own shade to do this
This may be helpful: Fade to White
The way to do it with that shader is to change the material property instead of setting the skeleton color.
Thanks again Pharan. Will check this one out.