mob-sakai/DissolveEffectForTMPro

AnError

yuekanshaonvlaoma opened this issue · 2 comments

Describe the question
A clear and concise description of what the question is.
when I run the DissolveEffectForTMPro_Demo scene, It came out these errors, but I can test Effect normally. But My C# script onStart of the object is not used. I am a beginer, Help me Plz ..T T
[[
NullReferenceException: Object reference not set to an instance of an object
Coffee.UIExtensions.BaseMeshEffect.SetVerticesDirty () (at Assets/Coffee/UIExtensions/MeshEffectForTextMeshPro/Scripts/BaseMeshEffect.cs:176)
Coffee.UIExtensions.BaseMeshEffect.OnValidate () (at Assets/Coffee/UIExtensions/MeshEffectForTextMeshPro/Scripts/BaseMeshEffect.cs:410)
Coffee.UIExtensions.UIEffectBase.OnValidate () (at Assets/Coffee/UIExtensions/UIEffect/Scripts/Common/UIEffectBase.cs:55)
]]

Environment (please complete the following information):

  • Platform: [Editor(Windows)]
  • Unity: [e.g. 2019.4.25f1]
  • DissolveEffectForTMPro: [e.g. v1.0.3]

Additional context
Add any other context, screenshots or gif animations about the question here.

This error still persists...

Do this, it will get solved.
Line number 163 - 165.

if(!_initialized)
{
Initialize();
return;
}

image