WWW download finishes but isDone never becomes true

Hi I’m hoping someone can help me with this. I’m trying to download an asset bundle using the WWW class, and the downloadProgress will reach 1, but the isDone flag will never get set to true, even after waiting for a really long time. If I try to access the assetBundle anyway, I’ll get the error that I’m accessing things before the download was finished.

Does this sound familiar to anyone? I just cannot figure this out!
-Brandon

Well I kind of found the answer. Someone had a similar problem here

I guess downloading AssetBundles is a bit bugged or odd in the EditorScript.

You have to set the EditorApplication.update function and do your model.isDone checking there.