Worker not work on platform android
Aperta
investigation
- Lingua principale
- C++
- Stelle
- 1.1k
- Fork
- 80
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
this new Worker("res://egg-client-godot/EggThread.js") work when i run in godot edit run button,but when i deploy on andoird not work。
the error is modules\ECMAScript\quickjs\quickjs_worker.cpp:52:thread_main() - Failed to load entry script:res://egg-client-godot/EggThread.js , i found the eggthread.js compiled to eggthread.jsb on android。so i change .js to jsb
new Worker("res://egg-client-godot/EggThread.jsb") but not work too。
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.