Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnError #9

Open
yuekanshaonvlaoma opened this issue Jul 7, 2021 · 2 comments
Open

AnError #9

yuekanshaonvlaoma opened this issue Jul 7, 2021 · 2 comments

Comments

@yuekanshaonvlaoma
Copy link

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.

@chopchop-jiahao
Copy link

This error still persists...

@sonumodi66
Copy link

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

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants