mob-sakai / UIEffect

UIEffect is an effect component for uGUI element in Unity. Let's decorate your UI with effects!
https://github.com/mob-sakai/UIEffect
MIT License
5.57k stars 770 forks source link

Soft Shadow Glow Effect #253

Open darkdoom973 opened 2 years ago

darkdoom973 commented 2 years ago

Reading Manner = Image, then associated Text

image This is the effect I want to achieve, how can I do so??? image I understand this is having two of UI Shadow scripts. image I don't understand what are these?? image I am able to get the normal effect image I want this soft outline shadow

BonnyShen commented 2 years ago

you should add UIEffect component before your UIShadow. And change the blur mode . After that , you'll see the Blur Factor param at the end of UIShadow.

image

Rafael-Dolfe commented 7 months ago

This did not work on Unity 2022.2.17, URP.