I want to launch the editor with a specific map using command line arguments in VS, because
I don’t want to override the project’s startup map for every user on my project
I want to be able to select different maps from VS everytime I launch the editor, instead of having to load the startup map first, and then manually loading my map everytime.
Is there a way to do this ?
I tried using the URL parameter as explained here, but I’m not sure where the relative path should start, and no matter which path I put, even an absolute one, the editor always loads the startup map instead of the map I want.