Horje
how to solve error CS0619: 'GUIText' is obsolete: 'GUIText has been removed. Use UI.Text instead.' Code Example
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.*/




Csharp

Related
get request url in asp.net core Code Example get request url in asp.net core Code Example
how to reference scripts in other scenes unity Code Example how to reference scripts in other scenes unity Code Example
c# get last character of string Code Example c# get last character of string Code Example
c# remove last value from list Code Example c# remove last value from list Code Example
how to do cmd command c# Code Example how to do cmd command c# Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9