Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
2017.1.0p2
Issue ID
940690
Regression
No
TextMesh Pro writes to POSITION instead of SV_POSITION
Within the TextMesh Pro assets, the Bitmap shaders (TMP_Bitmap and TMP_Bitmap-Mobile) both write to POSITION rather than SV_POSITION in their v2f structs. This results in a failure for the shader to compile properly on platform requiring system value shader semantics (such as PS4).
Reproduction Steps:
1. Build & Run the attached example project on an impacted platform
2. Observe no visible text on the screen
3. Edit the TMP_Bitmap shader, line 66, and change POSITION to SV_POSITION
4. Observe the text now renders as expected
Reproducible in TextMesh Pro version 1.0.55.0b11 from the Asset Store.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Add comment