Hello!
I used to change sprites in this way:
sprite.spriteName = "spriteName";
sprite.MarkAsChanged();
But now in new NGUI this isn't working. What should I do?
A little clues:
- new sprite changes and appears, but doesn't show. If I set alpha to non 1, I see my changed sprite.
- also, if I click on sprite in editor it's staeting showing too.