Author Topic: Lagging UI widget  (Read 2082 times)

Alessaint

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 67
    • View Profile
Lagging UI widget
« on: August 15, 2012, 04:33:43 AM »
Hi,

I have some UI widgets positioned via WorldToViewportPoint and I was wondering if there was some way to get rid of the lag ( for example by somehow forcing ngui to the calculate widget's position in LateUpdate instead of Update etc.)

Thanks!

Alex

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Lagging UI widget
« Reply #1 on: August 15, 2012, 04:34:21 AM »
UIPanel.Refresh.

Alessaint

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 67
    • View Profile
Re: Lagging UI widget
« Reply #2 on: August 15, 2012, 04:35:02 AM »
Wow, now that was quick! :))

Thanks a lot!