Really small fonts on Bark

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
GREI
Posts: 20
Joined: Fri Oct 14, 2022 2:38 pm

Really small fonts on Bark

Post 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 215 times
Screenshot 2022-10-14 193447.png
Screenshot 2022-10-14 193447.png (2.34 KiB) Viewed 215 times
As the screenshots show, they are barely legible.
What am I doing wrong here?

Thanks for the help in advance!
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: Really small fonts on Bark

Post by Tony Li »

The bark prefabs use world space UIs. Increase their scale:

increaseWorldSpaceScale.png
increaseWorldSpaceScale.png (48.39 KiB) Viewed 208 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 208 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.
GREI
Posts: 20
Joined: Fri Oct 14, 2022 2:38 pm

Re: Really small fonts on Bark

Post by GREI »

Thanks very much for your help!
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: Really small fonts on Bark

Post by Tony Li »

Glad to help!
Post Reply