Hello,
I have serious problems with the exports of my game. Here is the behavior I have:
1) Exporting with Steamworks plugin makes it crash (and launches Steam, which displays an error message: missing executable)
2) Removing Steamworks plugin from the project AND not minifying the script AND exporting with WebView2 makes the build to work!
3) If I do the same as 2) but try to minify the script, the build crashes at launch.
4) If I do the same as 2) but export with NW.js, it crashes at launch.
4) If I do the same as 2) but keep the Steamworks plugin in the project, the build crashes at launch.
I can preview the game in the editor without any problem, so I doubt this is related to the events in the project (?).
I'm really lost about what could cause that. Any idea of what could the problem be?
Thanks!