Open Akeli0s opened 3 weeks ago
Hey, you should be able to call Hide / HideAll on TMPWriter or TMPAnimator. As long as you dont pass skipHideProcess = true, the hide animation will be played. Lmk if that solved your issue!
Heyyyy, I tried what you suggested by calling the HideAll in the TMPWriter in Unity Inspector OnClick event, unfortunately,there's no animation when hiding the text. It just disappears rather abruptly even though there's a <-spread> tag in TMPro.
Hmm, can you share a screenshot of your inspector and OnClick code.
Hi, this is a really great plugin for Unity but I'm kinda confused on how to trigger the hide animation like when I press a button, it will hide a text. I'm trying to trigger it using the OnClick event in a button but I can't seem to trigger it.