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