I am using this line to change skin
NSkinManager.Instance.Skin = m_Skin
The problem is that it works of a couple times and then I starting to get random effect. For instance some menu, buttons still remain in previous skin etc. I think it could be some cache effect. How to prevent this issue?
Thanks