Page 1 of 1

Really small fonts on Bark

Posted: Fri Oct 14, 2022 2:49 pm
by GREI
Hi,
When I tried to implement Bark from tutorial, I get really small bubbles.
Screenshot 2022-10-14 194010.png
Screenshot 2022-10-14 194010.png (15.43 KiB) Viewed 216 times
Screenshot 2022-10-14 193447.png
Screenshot 2022-10-14 193447.png (2.34 KiB) Viewed 216 times
As the screenshots show, they are barely legible.
What am I doing wrong here?

Thanks for the help in advance!

Re: Really small fonts on Bark

Posted: Fri Oct 14, 2022 4:42 pm
by Tony Li
The bark prefabs use world space UIs. Increase their scale:

increaseWorldSpaceScale.png
increaseWorldSpaceScale.png (48.39 KiB) Viewed 209 times

You may also want to switch to TextMesh Pro for crisper text. For example, the demo scene for the Feel + Text Animator + Dialogue System bundle uses TextMesh Pro:

bundleDemo.png
bundleDemo.png (29.51 KiB) Viewed 209 times

You can download the demo if you to use that UI. It's actually a world-space subtitle panel, but you can use the same UI setup for a bark UI. The demo scene itself won't work without Text Animator and Feel, but you can just import and use the UI if you want.

Re: Really small fonts on Bark

Posted: Fri Oct 14, 2022 4:57 pm
by GREI
Thanks very much for your help!

Re: Really small fonts on Bark

Posted: Fri Oct 14, 2022 5:24 pm
by Tony Li
Glad to help!