Hi friends, have a small problem:
- After I did android export - game not opening... White screen.
I spent a lot of time figuring out the problem and found it! Android can`t see any scripts funcions if they are not a global (globalThis).
I can`t make class and export it, android just can`t find it and crush... Also Android don`t like "import * scriptVar..."
Maybe I did some wrong or I miss some tips about it?
You can try make export yourself. Just call any function from JS file and game will not open.
All rest perfect works on PC, browser, thanks