Klimczak.Jan Posted December 12, 2017 Posted December 12, 2017 Hi, I Observed that Run in SDK Browser 1.8.2 starts PROJECT_NAME.exe file but Edit Content starts main.exe (here you should add x86, x64 and d for provided names). I assume that this should point for the same file as start point.
paralyzah Posted December 14, 2017 Posted December 14, 2017 Hello. The work of custom (c++ / c#) applications with Editor2 is on development stage and for now Editor2 will always start with main_x**.exe default application to avoid any unstable behavior. You can use console command editor2_load in running application (please, don't forget to pass -extern_plugin "Editor2"), but this does not guarantee stability if the c++ / c# application uses complicated logic. Sorry for the inconvenience caused. 1
Recommended Posts