Answers for "Assets\Standard Assets\Utility\ForcedReset.cs(6,27): error CS0246: The type or namespace name 'UI' could not be found (are you missing a using directive or an assembly reference?)"

7

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 "Assets\Standard Assets\Utility\ForcedReset.cs(6,27): error CS0246: The type or namespace name 'UI' could not be found (are you missing a using directive or an assembly reference?)"

Browse Popular Code Answers by Language