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
Super Text Mesh Documentation Taken Down?
Re: Super Text Mesh Documentation Taken Down?
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.
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?
Nice one Tony, thanks for your time
Re: Super Text Mesh Documentation Taken Down?
Happy to help!