I want to launch the same version of Unity multiple times for network game testing.
Previously there was a way to start multiple Unitys.
open -n /Unity.app
Is there a way on Mac?
I want to launch the same version of Unity multiple times for network game testing.
Previously there was a way to start multiple Unitys.
open -n /Unity.app
Is there a way on Mac?
Why not just run multiple builds of the game? That’s the way it’s supposed to be done at least.
Thank you for your reply.
Yes, after building. But building takes time.
I did it before, so I want to do it without building to reduce development costs.
Launching multiple copies of the same project can be done with some Windows directory linking magic via creating a second dummy project. Though definitely generating builds is preferable approach.
Thank you for your reply.
Copying is a common method.
I did it that way.