Hi there! First wanted to say that I love this asset, but I'm running into problems trying to integrate it with Text Animator Pro. From the documentation here and on the other dev's website it seems like it should be simple, but it's been a bit tough for someone fairly new to unity.
What I've done so far is tick the box for TextMeshPro support, download and import TextMeshPro, replace the text component on the subtitle text object to a TextMeshPro - Text (UI) component, and add the TextAnimator and TextAnimatorPlayer components to the subtitle text object.
The problem is that the conversation I created is not showing either in the game or scene view, nor in the TextMeshPro - Text (UI) box in the inspector. I noticed that it did show in the inspector when it was a text component, but for some reason, is not linking with the text mesh pro component. When I type in the text mesh pro component when the game is running the dialogue I'm currently typing shows up, so I feel like I'm pretty close.
If it helps, I'm using the JRPG template, and the version of the dialogue system is 2.2.16. Thanks!
Combining Dialogue System with Text Animator Pro
Re: Combining Dialogue System with Text Animator Pro
Hi,
It sounds like you may need to assign the Subtitle Text GameObject's TextMeshPro - Text (UI) component to the subtitle panels:
If that doesn't do the trick, please let me know if there are any warnings or errors in the Console window when you try to play a conversation.
It sounds like you may need to assign the Subtitle Text GameObject's TextMeshPro - Text (UI) component to the subtitle panels:
If that doesn't do the trick, please let me know if there are any warnings or errors in the Console window when you try to play a conversation.
Re: Combining Dialogue System with Text Animator Pro
That did it! Thanks so much!
Re: Combining Dialogue System with Text Animator Pro
Happy to help!