Hello all,
I've noticed lately that multiple object editing in Unity is acting funny.
Lets say I have 5 gameobjects, each with a different X and Y position, and I want to only change the Z position. I select all 5 and when I change the Z position, the X and Y auto change to 0. This happens with both NGUI gameobjects and non-NGUI gameobjects and only with NGUI installed.
I tried this on a project that doesn't have NGUI installed and this issue does not happen. I then installed NGUI and it started happening.
Also how do you turn off the NGUI Scene "help" tools that popup when you select an NGUI game object?