I want to make a tickertape effect with nGUI
I've looked through countless posts, looked at the quest log example but I'm still trying to find the best way to make a horizontal scrolling "tickertape" effect.
I just want a piece of text to scroll right to left, clip when it's out of bounds and then carousel back to the right hand side (just like the effect above).
I assume I need a UIScrollView and then move the UILabel inside, but not sure if performance wise this is the best way to do it?