Skip to content

If used along the UIEffect library, no text is rendered and no errors are displayed #62

Description

@Zallist

Describe the bug
If a TMPAnimator is put on the same gameobject as a configured UIEffect component (from https://github.com/mob-sakai/UIEffect ) then the text shows for 1 frame and then disappears. These 2 libraries would be powerful to use together.

To Reproduce

  1. Have the latest version of TMPEffects added to a Unity Project
  2. Have the latest version of UIEffects added to a Unity Project
  3. Add a TMP_Text component to a gameobject on the scene, with any text inside (doesn't need to have any TMPEffect tags)
  4. Add a UI Effect component, configured with something basically like a color filter set to replace
  5. Add a TMPAnimator component, no configuration needed

Expected behavior
The 2 libraries work in tandem, at least for most effects.

Actual behavior
If both components are added to any single gameobject, the text just does not appear, with no errors or anything.

Version

  • Tested in Unity 6000.3.14f1
  • With TMPEffects version 0.3.2
  • With UIEffect version 5.10.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions