I am trying to build a 3D game and I need to add some texts but I don't have the unity text option in UI in Hierarchy, I have other options like TextMeshPro but not Text itself
CodePudding user response:
The same thing happens to me as well. I think the newer versions of Unity removed regular text UI game objects. What do you need to use text for?
CodePudding user response:
Create a Empty Gameobject , and add Compoent by you self.