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.97k stars 261 forks source link

[v1] Always Include TextMeshPro Shaders #99

Closed sp-alberto-uriarte closed 1 month ago

sp-alberto-uriarte commented 4 years ago

I spent all day trying to figure it out why my text didn't appear on device (iOS and Android) but worked perfectly on Editor. It turns out that TMP shaders were not added in the build since nobody was referencing it. To fix it, I added TMP shaders to the list of "Always Included Shaders" located at "Edit > Project Settings > Graphics"

Not a bug per se, but I think reporting it may help other people that is experiencing this issue

mob-sakai commented 4 years ago

@sp-alberto-uriarte Thank you for your reporting!

Yes, the TMP shaders should be included in the build:

I will fix it later.

github-actions[bot] commented 4 years ago

:tada: This issue has been resolved in version 1.0.0-preview.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

novavision commented 3 years ago

Still exists in preview 14

mob-sakai commented 3 years ago

👀

mob-sakai commented 3 years ago

Could you please attach a minimal project (included Assets, Packages and ProjectSettings directories) that reproduces the issue?

mob-sakai commented 1 month ago

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