I’ve seen a few demos/articles on GuiText in Unity, and it seems to work for other people when simply adding the GuiText game object to the game, however, when I add it to my game it doesn’t appear anywhere.
I see the object in the scene, but I don’t see any text in the scene view or the game view. I can move it around, change its properties/etc, but only the object appears with no text on it.
I’ve tried this by simply adding the object and not attaching it to anything else, and also tried attaching it to other game objects in my world. The position/coordinates are correct, just no text is visible.
Is there something obvious I’m missing when when trying to configure GuiText?