How do i make the conversion of NGUI position to Unity position (And Vice Versa).
If i have a widget with a .localposition = (-10,200,0);
And i have a Game Object with .position = (-2.5,0.0);
I need to move the NGUI widget just above the unity Game Object. How do i do that?
Things to consider here:
UIRoot is Pixel Perfect. The Main Orthographic Camera has size of 5.
I need the reference to do it (But something you have tested in the same conditions).
PS: I've been looking for old posts but i cannot find a clear example about how to do this at least not with pixel perfect.