Unity3dAsyncAwaitUtil icon indicating copy to clipboard operation
Unity3dAsyncAwaitUtil copied to clipboard

Exception and fallback for WaitForBackgroundThread on WebGL

Open Brice-xCIT opened this issue 5 years ago • 0 comments

await new WaitForBackgroundThread(); hangs without warning on WebGL. This pull request ensures that an exception is thrown when using this method on WebGL platforms, and provides a way to fallback to the main thread on WebGL.

Brice-xCIT avatar May 16 '19 13:05 Brice-xCIT