Download assetbundle file while playing game

I used assetbundle file to load Objects from URL

When run my game and assetbundle file begin download

The game is stop completely until the assetbundle file download .

Are there way to download assetbundle file while user playing without stop game?:face_with_spiral_eyes:

Thank you

Are you using yield or StartCoroutine?

Thank you for reply
I used yield with javaScript

Anybody can help me please ?!

without code we can’t help you.

obviously you are doing something elementally wrong if it stops as yields wouldn’t stop themself during the download only during the instantiation of the content of a bundle