Hi guys,
i just finished the first person shooter tutorial of the wiki.
When i test it inside the editor all goes as expected but when i package it for windows (the build is successful according to the log) if i launch the .exe generated i can see only a black screen.
This happen with all the build that i have created so far as example.
Otherwise if i build the free sample (content example or shooter Game) all goes well.
I only need to know what is missing from first person shooter tutorial in order to make it buildable for windows.
I’m really stuck.
I try to explain my problem in a different way :
If i create a blank project with only a walkable surface, light, and a player start if i test inside the editor all goes well, but if i build this project when i launch the .exe i can see only a black screen.
I know that is certainly a stupid problem and i’m missing something basilar, but documentation doesnt help.
In Unity the prerequisite to make an executable of a project is that at least a camera must exist.
What is the prerequisite in Ue4?