crystal-bit / godot-game-template

Generic template for Godot games
MIT License
611 stars 48 forks source link

Don't use multithread loading for HTML5 export #15

Closed davcri closed 3 years ago

davcri commented 3 years ago

Godot 3.2.3 HTML5 export does not support threads; https://docs.godotengine.org/en/stable/getting_started/workflow/export/exporting_for_web.html#unimplemented-functionality

Godot 3.2.4 will have HTML5 export templates with support for threads: https://godotengine.org/article/dev-snapshot-godot-3-2-4-beta-4

TODO: