Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: lengxin on October 23, 2012, 05:49:33 AM

Title: UITable Causing infinite position values
Post by: lengxin on October 23, 2012, 05:49:33 AM
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.
Title: Re: UITable Causing infinite position values
Post by: ArenMook on October 23, 2012, 12:37:37 PM
What are you tweening the scale from and to?