📌  相关文章
📜  错误 CS0619:'GUIText' 已过时:'GUIText 已被删除.改用 UI.Text. - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:20.746000             🧑  作者: Mango

代码示例2
/*Open the . cs file that Unity is indicating on the error (you can use any text editor for this, even notepad)
Insert*/
using UnityEngine. UI;
/*on the beggining of the . cs file.
Replace GUIText with just Text.*/