2
« on: June 06, 2014, 08:20:50 AM »
I have checked the transforms in my scene too are all at 0 and the scale is at 1 but the moment I add a label with text to a child object of the UICamera in the UI Root I get this:
transform.position assign attempt for 'moolboran128_0' is not valid. Input position is { -Infinity, Infinity, 0.000000 }.
UnityEngine.Transform:set_position(Vector3)
UIPanel:UpdateDrawCalls() (at Assets/NGUI/Scripts/UI/UIPanel.cs:1369)
UIPanel:LateUpdate() (at Assets/NGUI/Scripts/UI/UIPanel.cs:1128)
I also get it with the other fonts I am using too.
However, this does not happen with instances outside the UI Root. I can use labels on any non-UI Root objects and it will work fine.
Even deleting the old labels and adding new ones doesn't solve it.
This only started happening after upgrading from an older version of NGUI to 3.6.2.