sorry for my bad english, hope you understand me. I just recently started using Unity and I guess I'm just really stupid, but could you help me?
I want to integrate dialogs in my game like in 2D Click Example Bubble UI. But I also want to use Super Text Mesh there. I read all the guides on how to turn it on, but I could not. With normal dialogs everything works, I can add super text. But 2D Click Example Bubble UI only works with Override Dialogue UI Canvas and I can't add this text there. I tried to fix it with STMU Text Updater and it seems to work, but when using TypeWritter Effect, Super Text adds unnecessary components like "</color>" (as in the screenshot). I've been trying to fix this for a few days and nothing good has come of it. Hope you can help me!
Is it possible to use 2D Click Example Bubble UI normally with Super Text Mesh? And how to do it properly?
2D Click Example Bubble UI and Super Text Mesh
Re: 2D Click Example Bubble UI and Super Text Mesh
Hello,
Make sure you're using the Dialogue System's SuperTextMesh Support. From your post, it looks you've already done those steps.
STM doesn't work with the UnityUITypewriterEffect or TextMeshProTypewriterEffect components. Remove UnityUITypewriterEffect from your STM GameObject.
Make sure you're using the Dialogue System's SuperTextMesh Support. From your post, it looks you've already done those steps.
STM doesn't work with the UnityUITypewriterEffect or TextMeshProTypewriterEffect components. Remove UnityUITypewriterEffect from your STM GameObject.
Re: 2D Click Example Bubble UI and Super Text Mesh
Thanks for the answer! But how do I implement the typewriter effect then? If I make a typewrite effect with STMUI in the STM itself, then it doesn't work. Is it possible to attach STM to 2D Click Example Bubble UI without STMUI updater?Tony Li wrote: ↑Tue Jan 24, 2023 8:44 am Hello,
Make sure you're using the Dialogue System's SuperTextMesh Support. From your post, it looks you've already done those steps.
STM doesn't work with the UnityUITypewriterEffect or TextMeshProTypewriterEffect components. Remove UnityUITypewriterEffect from your STM GameObject.
Or how else can you implement a system in which the dialogue will be over the game object?
Re: 2D Click Example Bubble UI and Super Text Mesh
Super Text Mesh has its own typewriter effect. Don't use UnityUITypewriterEffect or TextMeshProTypewriterEffect.
Instead, inspect the Super Text Mesh component, and set Timing > Draw Order to Left To Right:
Instead, inspect the Super Text Mesh component, and set Timing > Draw Order to Left To Right:
Re: 2D Click Example Bubble UI and Super Text Mesh
Yes, I know, but it doesn't work with STMUI update. The text simply stops at one letter or appears all at once, no matter how I change the settings.
Re: 2D Click Example Bubble UI and Super Text Mesh
Hi,
What is "STMUI update"?
If you import the "SuperTextMesh Support.unitypackage" file, there are two example scenes. One is for the legacy integration. You can ignore it. The other uses the current STM integration. It demonstrates the STM typewriter effect in a conversation.
What is "STMUI update"?
If you import the "SuperTextMesh Support.unitypackage" file, there are two example scenes. One is for the legacy integration. You can ignore it. The other uses the current STM integration. It demonstrates the STM typewriter effect in a conversation.