I was following the unreal multiplayer tutorial, and it was asked to create a new game instance. I changed the project one for this new one, and everything was working in editor. When I try to play the standalone using the cmd, it wasn’t able to locate this new game instance, giving me this error:
I compiled everything successfully. I Run the editor through the visual Studio, and everytime I change something (in case its a new file or changes to header files), I recompile the whole project. In this case I did that
You shouldn’t need to compile the whole project. Also, you shouldn’t open the editor via visual studio. You should just need to double click on the uproject.
As for the game instance, I am not sure what is going on.
Could you upload your project here,removing the binaries folder and I will take a look.