Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
time [2021/03/07 20:27] – 73.95.178.156 | time [2025/01/15 04:35] (current) – external edit 127.0.0.1 |
---|
| |
===== General Notes ===== | ===== General Notes ===== |
* ''Time.frameCount == 0'' before the first update. (During Initialization and Awakening of the first scenes) | * ''Time.frameCount'' is equal to ''0'' before the first update. (ie. During Initialization and Awakening of the first scenes) |
* ''Application.targetFrameRate'' uses Sleep(), and is not suitable for high frame rate applications.((https://forum.unity.com/threads/application-targetframerat-it-doesnt-work-in-version-2020-2-0b5-3233.982353/#post-6388881)) ((This property is meant for controlling frame rates on mobile devices to improve battery usage in low-frame rate applications)) | * ''Application.targetFrameRate'' uses Sleep(), and is not suitable for high frame rate applications.((https://forum.unity.com/threads/application-targetframerat-it-doesnt-work-in-version-2020-2-0b5-3233.982353/#post-6388881)) ((This property is meant for controlling frame rates on mobile devices to improve battery usage in low-frame rate applications)) |
| |