Page 1 of 1

Bark on Idle for TextMesh Pro

Posted: Tue Nov 13, 2018 6:51 am
by sleepyBear
Good day,

I can't seem to make bark working for textMesh Pro. (Also is there no support for TextMesh Pro for Bark on Idle?)

The documentation seems to be missing some steps(?)
https://www.pixelcrushers.com/dialogue_ ... hProBarkUI

and in the textMesh Pro demo scene I only have the demo scene 1, it seems demo scene 2 is missing

Re: Bark on Idle for TextMesh Pro

Posted: Tue Nov 13, 2018 9:57 am
by Tony Li
Hi,

The TextMesh Pro Support package is for old projects that upgraded from version 1.x.

If possible, use the Standard UI system, and enable TextMesh Pro support for it.

In either case, the component that starts the bark (e.g., Bark On Idle or Dialogue System Trigger) is independent of the bark UI (e.g., Standard Bark UI or TextMeshPro Bark UI). As long as the character has a bark UI in its hierarchy, the bark starter component should use it. To specify which one to use, you can optionally add a Dialogue Actor component and explicitly assign the bark UI to it.

Re: Bark on Idle for TextMesh Pro

Posted: Wed Nov 14, 2018 3:04 am
by sleepyBear
Thanks, I managed to to make it work by creating a textMesh pro version of the Bubble UI Bark Template.

Re: Bark on Idle for TextMesh Pro

Posted: Wed Nov 14, 2018 7:59 am
by Tony Li
Great - I think that's the best solution.