You have to use engine build from source code via Github, not from the Epic launcher.
The engine from Epic launcher can not make “Test” Build Package.
“Test” Build could be made from an engine built from source code only.
And for logging in shipping build, what you did in the build configuration file is not enough.
In addition to that, you have to modify Build.h in source of engine, like this : How to log in shipping build (Win)? - #26 by anonymous_user_8b5b74cb
(#define USE_LOGGING_IN_SHIPPING 0 → #define USE_LOGGING_IN_SHIPPING 1 )
Thank you for info. I tried to build from source UE5 but City Sample project always requires convert process even UE5 build by VS2019 or 2022. And this causes so much long time for compiling and optimizing every files I opened so I gave up. Anyway thanks for helps.
Hi, I was trying to work on my game and was wondering, would the “execute console command” node work in a shipping build? Like, its working in standalone as well as a development build, but I am not sure if this works in a shipping build