Answers for "guitext' is obsolete: 'guitext has been removed. use ui.text instead.' [assembly-csharp-firstpass]"

8

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*/
Posted by: Guest on November-06-2020

Code answers related to "guitext' is obsolete: 'guitext has been removed. use ui.text instead.' [assembly-csharp-firstpass]"

Browse Popular Code Answers by Language