#Blocking the Main Thread HTML 5 Export

1 messages · Page 1 of 1 (latest)

verbal jungle
knotty vector
#

Is this for godot 4?

Is the site you are publishing to cross-origin isolated and using https? Because both of those need to be true in order to use threads on web export

humble hatch
knotty vector
#

On godot 4, before 4.3 all web exports are multithreaded.

I heard itch has a sharedBufferArray experimental feature that should get it working but I’ve never used it

Otherwise, you will need the 4.3 beta (and its no-threads web export template) to export single threaded