Closed stanislavkaliuk closed 6 years ago
Hi, @stanislavkaliuk.
Do you use UnityEngine.UI.Outline/Shadow component? It is not supported yet, but will be supported soon.
Oh, sorry. I found a bug about this!
I was wrong. "I found a bug" was a misunderstanding.
I tried to modify Shadow color property. And it takes no effect. But changing alpha in color mode works perfectly.
Please tell me the version of Unity and the version of UIEffect.
The version of UIEffect is described in CHANGELOG.md
or README.md
.
I use Unity 2017.4.4f1 and UIEffect v2.4.0
Thank you for information :)
Please test this prefab. Sample.unitypackage.zip
ColorMode: None, Set, Add, Sub ShadowMode: Shadow (10, 10)
Working. But I tried to change the value from the script (using coroutines). Try on this image. Set the shadow color as a bell color and change alpha via script from 0 to 1
Yeah, it's working. Sorry for a trouble.
I'm happy to hear that 😄
Have a question. Do you plan to add soft shadows feature?
You can use soft shadow by using blur. Please set as follows.
Blur Mode
to Fast
or Medium
or Detail
Blur
to 0
(for blurring only shadow)Shadow Blur
to 1
Is this feature enabled in your plugin? I try to change alpha channel of outline/shadow color and it doesn't take effect.