Author Topic: UITable Causing infinite position values  (Read 2229 times)

lengxin

  • Guest
UITable Causing infinite position values
« 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.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UITable Causing infinite position values
« Reply #1 on: October 23, 2012, 12:37:37 PM »
What are you tweening the scale from and to?