mob-sakai / SoftMaskForUGUI

Enhance Unity UI (uGUI) with advanced soft-masking features to create more visually appealing effects!
https://github.com/mob-sakai/SoftMaskForUGUI
MIT License
1.91k stars 257 forks source link

[v1] SoftMaskable Shader Not Included in Builds #132

Closed nindim closed 16 hours ago

nindim commented 2 years ago

I've figured out that I need to add any custom SoftMaskable shaders to the "Always Included Shaders" list in Project Settings->Graphics (due to the use of Shader.Find in the source code). I think it would be good to get this added to the documentation to save future people like myself a little time :)

PeraSite commented 2 years ago

OMG I just figured out that shaders are missing on builds. Thank you :)

dariusjulian commented 2 years ago

Did this ever get fixed? I'm having the same issue.

Wiggan commented 9 months ago

I'm having it too with URP. I can't make it work with the suggested workaround.

mob-sakai commented 16 hours ago

Please try v2: https://github.com/mob-sakai/SoftMaskForUGUI/releases/tag/v2.0.0