List Question
20 TechQA 2024-03-25T18:21:19.290000How to make a randomize answer quiz game with IEnumerator in Unity?
40 views
Asked by R Z
Spawning object when tag is sliced Unity C#
51 views
Asked by Marcel Majhenic
Can't figure out how to start a saved Coroutine variable
45 views
Asked by iimuli
In C#, my IEnumerator is reset / created anew when entering a method / local function. Why?
225 views
Asked by rabejens
Are there a C# equivalents of Python's iter() and next() functions?
72 views
Asked by joseville
Why won't my coroutine run more than once?
51 views
Asked by Lordvanan
Difference between implicit and explicit implementation of GetEnumerator() from IEnumerable
89 views
Asked by Oscar RoAh
Debugging Enumerators and Coroutines: Use Reflection to get the current line of an iterator block
45 views
Asked by Lou Garczynski
When changing scenes, the Script that contains an Invoke() gives an error
29 views
Asked by WLCS
How to use Unity StopCoroutine when the Coroutine relies on mulitple conditions?
43 views
Asked by Mollsenic
how to start IEnumerator again after SetActive(false);
44 views
Asked by Moonixe
Unity Coroutine combined delay is longer than expected with multiple WaitForSeconds
109 views
Asked by Kureyş Alp Kılıç
IEnumerator skips the code after yield return new WaitForSeconds
116 views
Asked by Ata Uygur
IEnumerator not triggering when start coroutine is called
36 views
Asked by LeonTVRyt
How can I start a coroutine at the same time as executing a regular function?
53 views
Asked by Roses
Always gets a blue screen for writing a specific IEnumerator method for a coroutine (Unity 2D, c#, script)
25 views
Asked by I'm not reliable
Nested IEnumerators not running as I expect
100 views
Asked by Nefisto
Unity C# Coroutine not functioning properly
88 views
Asked by Abdullah
Using a custom ref struct enumerator in a foreach loop
557 views
Asked by ThatGuy
Why Enumerator MoveNext() returns 0
253 views
Asked by Metaller