Hi. While I'm working in the engine online - everything works fine.
But I've tried exporting my project by NW.js and launching the game... The window opens up and it's just black screen. Not even Contruct 3 logo at start.
The console show me an error. Please tell me how to fix this:
Thanks
!!! UPDATE !!!: I've finally found what is the root of the problem. It's the CSVtoArray plugin I've used. I seem to have downloaded it from here: rexrainbow.github.io/C2RexDoc/c2rexpluginsACE/plugin_rex_csv2array.html
This plugin seems to not be working with webworker. But I really need my project to be able to read external CSV files and convert them into arrays. Anyone can help me, please? Is there anyone who knows how CSVtoArray works and can make it work with webworker?