I use Unity Hub. Cannot start multiple Unity.

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.

1 Like

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.

1 Like

Thank you for your reply.

Copying is a common method.

I did it that way.