Timeline for Lerp UI Color outside update method?
Current License: CC BY-SA 4.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 11, 2019 at 19:23 | comment | added | DMGregory♦ | "this might be how Coroutines work" nope. You're waiting a tenth of a second (ie. 3-6 frames) between iterations instead of updating the colour every frame (which you can do with yield return null). You're also using the wrong calculation of the blend parameter to adjust for time. | |
| Mar 11, 2019 at 19:17 | history | answered | Pyreal | CC BY-SA 4.0 |