Error message:
transform.localPosition assign attempt for '3' is not valid. Input localPosition is { 0.000000, -Infinity, 0.000000 }.
UnityEngine.Transform:set_localPosition(Vector3)
UITable:RepositionVariableSize(List`1) (at Assets/Plugins/NGUI/Interaction/UITable.cs:137)
UITable:Reposition() (at Assets/Plugins/NGUI/Interaction/UITable.cs:161)
UITable:Start() (at Assets/Plugins/NGUI/Interaction/UITable.cs:190)
This happens after the UItable having to re-position due to UITween(scale) of it's content - 2 more than one level .
Any thoughts ? Thanks.