📜  协程不受 time.timescale 统一的影响 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:49.343000             🧑  作者: Mango

代码示例1
Unity now has a special "WaitForSeconds" called WaitForSecondsRealtime which does the same as WaitForSeconds but is not affected by Time.timeScale.

This update renders the other answers out-of-date.