Hi Guys,
I have a GUI system I built base on OnGUI but its way too slow/expensive. So Ive started recording it based on GUIText and GUITexture but Ive run into a bit of a stumbling block. I need to scroll the text. I can do a “chunky” scroll by re-writing the liens of text up and down, but thats not a very adequate solution. Is there any way to scroll GUIText by playing with UV coords somehow?
Thanks
JK