Sorry if it was asked before, I searched forums for some time and didn't found the answer to my problem. I am very unexperienced with Unity, so I am sure that I'm doing something wrong and will be very grateful for any useful tips! ^_^
I am customizing Basic Dialogue UI and can't change the text size. I am using Tripfive font and standart Font size field isn't working for me, there is no difference in font size, no matter what I set in the field. I tried to change different parameters (Width and Height, min, flexible and preferred, Line Spacing) but none of this affects text size.
What am I doing wrong?
Changing the text size
Re: Changing the text size
Hi,
Please try these steps:
1. Add an instance of the Basic Standard Dialogue UI prefab to the Dialogue Manager's Canvas.
You should now see it in the Game view. If you change the Scene view to 2D, select the Canvas in the Hierarchy, and then move the mouse cursor into the Scene view and press 'F', you can see it in the Scene view, too.
2. Assign this instance to the Dialogue Manager's Dialogue UI field. If you don't assign the instance, the Dialogue System will use the original, unchanged prefab version because that is what the Dialogue UI field is pointing to.
3. In the Hierarchy view, expand Dialogue Manager > Canvas > Basic Standard Dialogue UI > Dialogue Panel > NPC Subtitle Panel. Inspect Subtitle Text. Change the Font and Font Size. You should see it change in the Game view and/or Scene view.
Please try these steps:
1. Add an instance of the Basic Standard Dialogue UI prefab to the Dialogue Manager's Canvas.
You should now see it in the Game view. If you change the Scene view to 2D, select the Canvas in the Hierarchy, and then move the mouse cursor into the Scene view and press 'F', you can see it in the Scene view, too.
2. Assign this instance to the Dialogue Manager's Dialogue UI field. If you don't assign the instance, the Dialogue System will use the original, unchanged prefab version because that is what the Dialogue UI field is pointing to.
3. In the Hierarchy view, expand Dialogue Manager > Canvas > Basic Standard Dialogue UI > Dialogue Panel > NPC Subtitle Panel. Inspect Subtitle Text. Change the Font and Font Size. You should see it change in the Game view and/or Scene view.
Re: Changing the text size
Thank you for your response! ^_^
This is exactly what I did before asking.
Steps 1-2:
Step 3:
Changing Font Size to whatever from 0 to 300 dosn't change anyting T_T
This is exactly what I did before asking.
Steps 1-2:
Step 3:
Changing Font Size to whatever from 0 to 300 dosn't change anyting T_T
Re: Changing the text size
As a test, can you try the Arial font? Does this change? Maybe there's an issue with resizing TripFive.
Is the Text element's 'Best Fit' checkbox ticked? If so, try unticking it.
If that doesn't help, please feel free to send an example project to tony (at) pixelcrushers.com. I'll be happy to take a look.
Is the Text element's 'Best Fit' checkbox ticked? If so, try unticking it.
If that doesn't help, please feel free to send an example project to tony (at) pixelcrushers.com. I'll be happy to take a look.