Display text without GUI , How ???

how do i display a text on screen without the use of any form of GUI ?

for future people:
if you have a gameobject outside the canvas and want to have a text on it, just create an empty GameObject as a child and add TextMeshPro.
man was i happy and relieved when i saw this is possible

Use a TextMesh and a Mesh Renderer.