mob-sakai / MeshEffectForTextMeshPro

Mesh effect components for TextMeshPro in Unity.
MIT License
160 stars 26 forks source link

Unmask feature #2

Closed jushii closed 5 years ago

jushii commented 5 years ago

Have you considered adding unmask support for TextMeshPro?

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

mob-sakai commented 5 years ago

Hi @jushii

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

mob-sakai commented 5 years ago

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 👍

jushii commented 5 years ago

Great to hear! I will try it out soon.