When I changed NGUI Camera size to 100, some methods seems not work properly like scrolling, Panel clipping.
because I was working sprites with 2D toolkit before.
problem was, new Scene's Default orthographic camera size set to 100, not 1, so every working was set to it includes animation.
now I got camera size 100 for sprite objects and 1 for NGUI.
but sometimes UI needs interactive with sprites position, it requires many coordinates converting now.
is there good solution?