Unity UI文本和3D文本以低质量显示。

huangapple go评论152阅读模式
英文:

Unity UI Text and 3D Text in low quality

问题

文本看起来质量非常低。 Unity UI文本和3D文本以低质量显示。

帮帮我

英文:

So the text looks REALLLLLY low quality. Unity UI文本和3D文本以低质量显示。

Help Me

答案1

得分: 2

不要使用Unity的Text组件,建议考虑使用TextMeshPro包,这也是Unity推荐的。TextMeshPro允许您更精细地调整文本的各个元素,而不仅仅是使用Unity的Text组件所提供的默认设置。

如果您希望使用标准的Text组件,可以增加字体大小,同时缩小变换的大小以匹配您需要的大小。

英文:

Instead of using Unity's own Text component, you should consider using the TextMeshPro package, which Unity also recommends. TextMeshPro allows you to better finetune different elements of your text than what Unity offers out of the box with their Text component.

If you want to use the standard Text component, you can increase the font size, while down-scaling the transform's size to match the size you need.

huangapple
  • 本文由 发表于 2023年3月7日 19:51:46
  • 转载请务必保留本文链接:https://go.coder-hub.com/75661637.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定