Quantcast
Channel: Answers by "AgentFire"
Viewing all articles
Browse latest Browse all 10

Answer by AgentFire

$
0
0
My own solution: protected Coroutine WhenAll(ICollection coroutines) { return StartCoroutine(WhenAllInternal(coroutines)); // coroutines.GetEnumerator() does not work for some reason. } private IEnumerator WhenAllInternal(ICollection coroutines) { foreach (Coroutine c in coroutines) { yield return c; } }

Viewing all articles
Browse latest Browse all 10

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>