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

Not Work on mobile? #238

Open Waterbludmouse opened 3 years ago

Waterbludmouse commented 3 years ago

Hi, I just built on my android mobile and all the UI with script will become purple or not showing...but in editor works fine. What did I miss when build project for android/ios? Thx!

ltccss commented 3 years ago

Maybe you meet the same problem

235

foldthirteen commented 3 years ago

+1 to this question. Does anyone know if it works in iphone or if there is anything that you do to get it going?

HiepEldest commented 2 years ago

You have to add shaders to "Always included shaders" in the Graphics setting. Only working with import via custom package. Hope it helps