[Solved] Compiling the game

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