Super Text Mesh Documentation Taken Down?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Ary
Posts: 5
Joined: Sat Jun 01, 2019 7:15 pm

Super Text Mesh Documentation Taken Down?

Post by Ary »

Hi Tony,

Hope you’re well, I recently saw the added support for Super Text Mesh and wanted to build a dialogue bubble for the first time since grabbing the Dialogue System For Unity. I was going to follow the steps on the page this evening but noticed that it has been taken off of the third party support page?

Is there anywhere I could follow a step by step guide to getting a dialogue bubble working with Super Text Mesh? Much like the Corgi example.

Many thanks,

Ary
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Super Text Mesh Documentation Taken Down?

Post by Tony Li »

Are you perhaps looking at the old version 1.x documentation?

Here's the link: Super Text Mesh Support

Here's a relatively easy way to set up a bubble subtitle panel:

1. Add the "Bubble Template Standard UI Subtitle Panel" prefab to an NPC.

2. Replace the Standard UI Subtitle Panel component with Super Text Mesh Subtitle Panel. To do this, change the Inspector to Debug mode and drag the SuperTextMeshSubtitlePanel script into the Script field.

3. Replace the child UI Text component with a Super Text Mesh component. Assign the Super Text Mesh component to the Super Text Mesh Subtitle Panel's Super Subtitle Text field.

4. Add a Dialogue Actor component to the NPC. Set Subtitle Panel Number to Custom. Assign the Super Text Mesh Subtitle Panel.
Ary
Posts: 5
Joined: Sat Jun 01, 2019 7:15 pm

Re: Super Text Mesh Documentation Taken Down?

Post by Ary »

Nice one Tony, thanks for your time :)
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Super Text Mesh Documentation Taken Down?

Post by Tony Li »

Happy to help!
Post Reply