Hi! I attached screenshot with two circles: a sprite render on an error position(upper) and current sprite position(bottom). If I re-enable UISprite, issue disappears.
I use this method for change object's visibility.
NguiUtils.SetVisibile(NDATA plugin) with code
foreach (var w in transform.GetComponents<UIWidget>())
{
w.enabled = visible;
}
Ps sorry for my bad English.
