Hello, I made a new game about a escape game and I finished it today.
I packaged it for windows 10 but when I run the package file, they are any windows or error message on my screen.
Can somebody help me?
Hi ninilegamer
You should have a log generated in your Saved directory in your packaged directory. If not, run the application with a log (only works for non-shipping builds)
-
Open your command prompt (cmd.exe).
-
Drag your packaged .exe to the command prompt.
-
Add " -log" (without quotes and notice the space) to the end
-
A new command prompt window will open with the log for your application, you should be able to see what’s going on.
My best guess is that you didn’t actually package any maps, so it has nothing to open.
Good luck
Alex