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.91k stars 257 forks source link

Error on shaders for TextMeshPro 3.0.x #120

Closed victor-kallai closed 2 years ago

victor-kallai commented 3 years ago

The TMP essential resources from version 3.0.x have a different folder path for the Shaders folder.

TMP_SDF (SoftMaskable).shader and TMP_SDF-Mobile (SoftMaskable).shader need to change the TMP imports to:

`#include "Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc"

include "Assets/TextMesh Pro/Shaders/TMPro.cginc"`

mob-sakai commented 2 years ago

Sorry for my late reply. It has be released in v1.0.2.

Thanks to all of you for your cooperation! 👍