gpt4 book ai didi

c# - TextMeshPro 空引用异常

转载 作者:行者123 更新时间:2023-12-04 11:38:47 26 4
gpt4 key购买 nike

编辑:解决了。二手 TextMeshProUGUI而不是 TextMeshPro .

背景:
我正在使用 TextMeshPro 来显示文本。我想通过脚本更改文本。问题是当我尝试更改它时会收到 NullReferenceException。

详情:

我的脚本:

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using TMPro;

public class UI_speed : MonoBehaviour {

TextMeshPro textmeshPro;

void Start () {
textmeshPro = GetComponent<TextMeshPro>();
textmeshPro.text = "test";
}
}

代码匹配 TextMeshPro API所以我不确定发生了什么。我正在使用 Unity 5.6.1f1。任何帮助是极大的赞赏。谢谢你。
My workstation

最佳答案

找到了解决办法。二手 TextMeshProUGUI而不是 TextMeshPro .不确定细节,但它有效。

关于c# - TextMeshPro 空引用异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47761666/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com