I was following a tutorial on how to create a dialogue Box in Unity, and in one part of the tutorial the tutor imports UnityEngine.UI
and creates an object of type Text
, but my version of Unity is 2019.3.5f1 and I learned through searching a bit online that this UnityEngine.UI
doesn’t exist anymore in this version, and that it was replaced with UnityEngine.UIElements
, and this Text
type doesn’t exist anymore as well.
I couldn’t find a replacement for Text
or what is the new nomenclature, nothing from trying stuff that popped in the auto complete or searching for answers in the Internet gave me answers. Maybe I just searched poorly, but if anyone happens to know, could you kindly answer?