You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple resolution for people who are having a pink material when clicking the FIX button. Edit the shader TextMeshPro/Mobile/Distance Field (UIDissolve), at line 94
Change #include "Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc"
to #include "Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc"
Also, I had an error for ColorMode in TMP_SDFShaderGUI_Dissolve, I had to make sure it was using Coffee.UIExtensions.ColorMode.
Hope this can help others!
Environment (please complete the following information):
Unity: [e.g. 2020.3.11f1]
DissolveEffectForTMPro: [v1.0.3]
The text was updated successfully, but these errors were encountered:
A simple resolution for people who are having a pink material when clicking the
FIX
button. Edit the shaderTextMeshPro/Mobile/Distance Field (UIDissolve)
, at line94
Change
#include "Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc"
to
#include "Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc"
Also, I had an error for
ColorMode
inTMP_SDFShaderGUI_Dissolve
, I had to make sure it was usingCoffee.UIExtensions.ColorMode
.Hope this can help others!
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: