-
-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v1] Always Include TextMeshPro Shaders #99
Labels
Comments
@sp-alberto-uriarte Yes, the TMP shaders should be included in the build:
I will fix it later. |
Closed
mob-sakai
added a commit
that referenced
this issue
Aug 17, 2020
github-actions bot
pushed a commit
that referenced
this issue
Aug 17, 2020
# [1.0.0-preview.6](v1.0.0-preview.5...v1.0.0-preview.6) (2020-08-17) ### Bug Fixes * Always Include TextMeshPro Shaders ([7f24280](7f24280)), closes [#99](#99)
🎉 This issue has been resolved in version 1.0.0-preview.6 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Still exists in preview 14 |
👀 |
Could you please attach a minimal project (included |
mob-sakai
changed the title
Always Include TextMeshPro Shaders
[v1] Always Include TextMeshPro Shaders
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: