I am trying to port from one project to another, and since this doesn't seem to be a clean process, I am wanting to have two instances of Unity Open at same time -- with one instance pointing at the source project and the other instance pointing at my target instance.
But since Unity.exe always starts up the last project, and this is not allowed, I am not able to run two instances at the same time.
Is there a command line option for starting Unity where I can force it to load a project at a specified absolute path? (I believe this would then allow me to run two instances at once, and do a side-by-side comparison of them as I do the porting.)