Please help me with compiling the game. I want to build the project in the exe file. To make it work without starting the engine and the editor. I want to achieve in the end a full game.
1 Like
Just open the project in VS and set Release ,then rebuild .U will find exe file in ā\obj\Windows\Releaseā.
1 Like
Could you explain in more detail this process. Thank you!
1 Like
As he said :
-Go into visual and in the center of the top bar, there is a combobox āDebugā, change it to āReleaseā.
-Right click on your project in the project explorer (on the right) and then click āBuildā.
-Your game will be at this path : ā%ProjectPath%\obj\Windows\Releaseāā.
if you donāt know were is your project, click on a file in the project explorer and the fileās path is writen in the property.
2 Likes
Thank you very much for the clarification
1 Like