Page 1 of 1

Super Text Mesh Documentation Taken Down?

Posted: Tue Jul 09, 2019 4:46 pm
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

Re: Super Text Mesh Documentation Taken Down?

Posted: Tue Jul 09, 2019 6:42 pm
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.

Re: Super Text Mesh Documentation Taken Down?

Posted: Wed Jul 10, 2019 2:16 am
by Ary
Nice one Tony, thanks for your time :)

Re: Super Text Mesh Documentation Taken Down?

Posted: Wed Jul 10, 2019 7:59 am
by Tony Li
Happy to help!