mob-sakai/MeshEffectForTextMeshPro

Unmask feature

jushii opened this issue · 3 comments

Have you considered adding unmask support for TextMeshPro?

Similar like in this repository https://github.com/mob-sakai/UnmaskForUGUI

Hi @jushii

Yes.
After some experiments, I will implement it ;)

Congratulations 🎉
Fortunately, UnmaskForUGUI works well with TextMeshProUGUI :)

I tested it as follows:

  1. Import UnmaskForUGUI
  2. Open "Unmask_Demo" scene
  3. Select "Canvas/Start/Unmask - Text" game object
  4. Delete Text component and add TextMeshProUGUI component
  5. It works well 👍

Great to hear! I will try it out soon.