📌  相关文章
📜  如何解决错误 CS0619:'GUIText' 已过时:'GUIText 已被删除.改用 UI.Text. - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:10.697000             🧑  作者: 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.*/