英文:
Unity UI Text and 3D Text in low quality
问题
帮帮我
答案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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论