Jacob
0
Q:

how to solve error CS0619: 'GUIText' is obsolete: 'GUIText has been removed. Use UI.Text instead.'

/*Add at the beginning of the code:*/
using UnityEngine.UI;
/*then replace GUIText with Text*/
1
/*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.*/
0

New to Communities?

Join the community