Write Text On Screen at Position

I’m running into my last little issue (for the moment) where I can’t find any way to write text on the screen without using a GUI.Label. I have lots of GUI running already so I want to avoid that. Also GUI Text is looking pretty rough to implement as well for my particular need.

So… Is it at all possible?

Not sure what you are looking for or your specific issues, but within Unity there is also:

In addition, third-party UI solutions like NGUI and EZGUI have their own text solution. Plus there are text solutions in the AssetStore as well.