Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WebGL support with new backend ?
#3
(28-05-2021, 07:44 AM)josemendez Wrote: I have never managed to get any multithreaded Burst-based code running in WebGL yet. Apparently, it's supported or intended to be supported in the near future, but there's no clear information as to when:

https://forum.unity.com/threads/webgl-bu...be.811275/
https://forum.unity.com/threads/burst-co...l.1066739/
https://forum.unity.com/threads/burst-jo...d.1109684/

Seems that the best you can currently get is Burst+Jobs in single-threaded mode, which unfortunately isn't enough for Obi to offer decent performance. Seems all we have to do for multithreaded & vectorized code to run in WebGL is wait for development to progress, though.

Thanks. I will wail then.
Reply


Messages In This Thread
WebGL support with new backend ? - by mmortall - 27-05-2021, 06:34 PM
RE: WebGL support with new backend ? - by mmortall - 31-05-2021, 03:48 PM