Hey, I asked this already in answers but new questions keep coming too frequently and I think this topic is also suited for the forums.
I’m using UGUI buttons with an animation as transition. With the animator controller I’m able to modify almost every value, except for the UI.Outline script, which does not seem to work properly. Trying to animate the effect distance does occasionally work, but most often it will just do nothing, leaving the outline at the original state. I’ve even tried the UI.Shadow script with the same outcome. The values in the inspector are displayed and animated properly, the outline is just not changing. If I modify the values through a script however it seems to update properly. In theory I could link up a script with the outline effect to get what I want, but that seems like a terrible hack for a problem that shouldn’t really exist.
My question is, has anyone experienced this issue before? Is it a bug, will it be fixed? Or am I just missing something obvious here?