Hi,
Would it be possible to mark as many methods as possible as protected virtual?
Every once in a while I need functionality that is just a little bit different from what one of the built-in scripts provides and so I'm trying to inherit from that class, but every time I do that I have to change something inside the original class too, which means I'll have to do those exact same changes every time I update NGUI from then on.