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*/
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*/
how to solve error CS0619: 'GUIText' is obsolete: 'GUIText has been removed. Use UI.Text instead.'
/*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.*/
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us