- Home /
Question by
IgorAherne · Dec 19, 2016 at 01:19 PM ·
coroutinewww
WWW.Dispose & coroutine
I have a coroutine which is waiting for WWW connection to complete:
yield return myConnection;
if I suddenly use myConnection.Dispose()
from somewhere else, will this coroutine notice it and exit properly?
Comment
Your answer
