TextMesh Pro example scene broken?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Nyanko
Posts: 1
Joined: Wed Apr 19, 2017 10:42 am

TextMesh Pro example scene broken?

Post by Nyanko »

Hi everyone,

I'm experimenting a little bit with this asset and the different extras you can add, but I'm facing some difficulties adding TextMesh Pro support.

I added TextMesh Pro into my project and then the TextMesh Pro support package from the download section, but when I start the example scene, no text is showing. After a look into the different text UI elements, they all miss a script.

Did I maybe forget to add anything?
User avatar
Tony Li
Posts: 22062
Joined: Thu Jul 18, 2013 1:27 pm

Re: TextMesh Pro example scene broken?

Post by Tony Li »

Hi,

The example scene was built to work with the free TextMesh Pro version published by Unity Technologies on the Asset Store. Since it's distributed as a DLL, its TextMeshProUGUI script has a different GUID from Stephan's original, paid version. If you're using Stephan's version and want to get the example scene working, you'll have to assign TextMeshProUGUI to all of the missing script references.

The support package's scripts themselves work fine in any version of TextMesh Pro; it's just the example scene that's tied to specific GUIDs.
Post Reply