Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 NGUI 的新手。我有一些问题。
使用脚本将组件添加到游戏对象但显示警告。使用 NGUI BMFont 但它更改为统一默认字体类型。
“动态字体存在 Unity 本身的问题,您的字符可能会消失、出现乱码或有时不显示。使用此功能需要您自担风险。”
脚本:gameobject.AddComponent();
图片
NGUI 3.8.0 统一 4.6.5f1
这看起来像是 NGUI 本身的错误。在组件中创建一个 NGUI 字体拖放并检查它是否有效。