Skip to main content
Minor fixes.
Source Link
Vaillancourt
  • 16.4k
  • 17
  • 56
  • 61

UnityEngine What is the Unity 2019.UIElements new Text3.5 version of `UnityEngine.UI.Text`?

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.

UnityEngine.UIElements new Text?

I was following a tutorial on how to create a diallogue Box in unity, and in one part of the tutorial the tutor imports "UnityEngine.UI" and creates an object of type "Text", but my unity is 2019.3.5f1 and I learned searching a bit online that this "UnityEngine.UI" doesn't exist anymore, 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? Thank you for your attention.

What is the Unity 2019.3.5 version of `UnityEngine.UI.Text`?

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?

Source Link

UnityEngine.UIElements new Text?

I was following a tutorial on how to create a diallogue Box in unity, and in one part of the tutorial the tutor imports "UnityEngine.UI" and creates an object of type "Text", but my unity is 2019.3.5f1 and I learned searching a bit online that this "UnityEngine.UI" doesn't exist anymore, 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? Thank you for your attention.