Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Game development
/
Unity coroutines
A pause-menu notice must disappear after two real seconds while Time.timeScale is zero. W…
from Unity coroutines
Unity 6.6
beginner
1 min
A pause-menu notice must disappear after two real seconds while Time.timeScale is zero. Which wait expresses that requirement?
new WaitForSecondsRealtime(2f)
new WaitForSeconds(2f)
yield return null once
Thread.Sleep(2000)
Check
Ask AI about this kata
Report an error
next kata
What happens to an already-running coroutine when only its MonoBehaviour.enabled property…
Quiz
A new version is available
Reload