For the purposes of my project, I have been testing multiple instances for my multiplayer project. While good in many cases, but unfortunately, multi instance addons that run in editor such as Advanced Instance Manager and ParrelSync do not always behave the same as the build (not minor, but game breaking differences), especially in network testing. So I want to know if there is already a way that I have missed in the editor to run multiple builds after building the project? Something like the āBuild and Runā but instead, ābuild once and run 3.ā In other words run 3 instances of my exe after building, in one click. If not, I can accept other options.
If you want to run the same build multiple times create a batch file or an editor script that launches the given build n times.
But really I would investigate why ParrelSync does not behave the same way. This should not be the case and may indicate an actual issue thatās just not obvious in a build for some reason, or simply requires cleaning and recreating the synched projects.