Search found 3 matches
- Wed Jan 25, 2023 11:20 am
- Forum: Dialogue System for Unity
- Topic: 2D Click Example Bubble UI and Super Text Mesh
- Replies: 5
- Views: 288
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: stmTypewriter.png Yes, I know, but it doesn't work with STMUI update. The text simply stops ...
- Wed Jan 25, 2023 3:18 am
- Forum: Dialogue System for Unity
- Topic: 2D Click Example Bubble UI and Super Text Mesh
- Replies: 5
- Views: 288
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. Thanks for the ...
- Tue Jan 24, 2023 7:17 am
- Forum: Dialogue System for Unity
- Topic: 2D Click Example Bubble UI and Super Text Mesh
- Replies: 5
- Views: 288
2D Click Example Bubble UI and Super Text Mesh
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 tu...