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]
A simple resolution for people who are having a pink material when clicking the
FIXbutton. Edit the shaderTextMeshPro/Mobile/Distance Field (UIDissolve), at line94Change
#include "Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc"to
#include "Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc"Also, I had an error for
ColorModeinTMP_SDFShaderGUI_Dissolve, I had to make sure it was usingCoffee.UIExtensions.ColorMode.Hope this can help others!
Environment (please complete the following information):