I started using UISpriteAnimation and noticed that unlike the rest of NGUI, it uses Time.deltaTime and thus is affected by Time.timeScale.
Is this a design decision, or a leftover from something? Is there some other class I should be using?
For now I've made my own UISpriteAnimation that is identical but inherits from IgnoreTimeScale.