Hello everyone,
i am using Ubuntu and Chromium to run Construct 3 but everytime i want to export a project it exports the following files:
- appmanifest.json
- data.json
- index.html
- offline.json
- style.css
- sw.js
- workermain.js
That's all.
In my eyes all images and runtimes are missing - where do i get them?
The index.html is require a style.css (missing) some icons (missing) a scripts/supportcheck.js (missing) scripts/offlineclient.js (missing) scripts/main.js (missing) scripts/register-sw.js (missing)...
So in my eyes it's technically impossible to run the exported game.
Is this a problem with linux and chromium or have i missed something? What i need to do to get the game working?