- Edited
Hi everyone !
I try for the first time to export my game in a .exe for Windows, but when I export and open the exe file, it launch Godot splashscreen and quit after. Don't know what append !
Hi everyone !
I try for the first time to export my game in a .exe for Windows, but when I export and open the exe file, it launch Godot splashscreen and quit after. Don't know what append !
I'm guessing you haven't set up the start-up(main) scene/file properly. Typically this would be your main menu scene.
In case you have a main scene set-up correctly, try launching your .exe from the command line, it's more than likely throwing some sort of an error and closing the run-time after that. If that is the case we can only help if you post the error message or a screenshot of the error message.
Thank you a lot it will finally work !