mob-sakai / UIEffect

UIEffect is an effect component for uGUI element in Unity. Let's decorate your UI with effects!
https://github.com/mob-sakai/UIEffect
MIT License
5.62k stars 773 forks source link

Missing mono script in textmesh object #168

Closed malering closed 5 years ago

malering commented 5 years ago

my version is v3.1.0, and i open project in unity 2018.3.8f, then i find out in sample scene, text mesh pro missing a script, how do i fix that?

mob-sakai commented 5 years ago

Hi @malering Oh, I'm sorry. The demo scene does not support TextMeshPro installed with PackageManager because UIEffect is created in Unity 5.5 (how terrible!). TextMeshPro's conversion tool does not convert it well. In the near future, I will remove support for legacy TextMeshPro and update the demo scene. :)

If you're in a hurry, try the following steps:

  1. Drag & drop Packages/TextMeshPro/Scripts/TextMeshProUGUI.cs to the missing script field in the Inspector.
  2. Save demo scene and reload it.
  3. Set Bungers Logo SDF font to TextMeshProUGUI.
  4. Input TextMeshProUGUI's text as you like.
  5. See Usage with TextMeshPro.
malering commented 5 years ago

thx for your help. i am not in hurry now,but i'll try those steps you provided. those shaders are great, nice job

mob-sakai commented 5 years ago

ref #166