Author Topic: why NGUI not use Unity3d's Coroutine in tweener to control times...  (Read 3887 times)

FrankYan

  • Newbie
  • *
  • Thank You
  • -Given: 6
  • -Receive: 2
  • Posts: 18
    • View Profile
May be a stupid question,But I don't know the reason why NGUI isn't use Unity's Coroutine to do something like make delay call?

I find that topic that "Using the function WaitForSeconds doesn't seem to produce exact results".
http://answers.unity3d.com/questions/203426/how-to-get-precise-timer.html

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: why NGUI not use Unity3d's Coroutine in tweener to control times...
« Reply #1 on: March 05, 2015, 10:10:01 PM »
You'll need to elaborate which use case you're talking about. Where would you use a coroutine and instead of what?