Switching project platforms

Hey,
I am developing an android game.
Its going to have multiplayer, so i would need 2 instances of the app for testing…
So: if i switch platform to Windows from android, is it bad? will everything stay the same? and eventually when the game is release-ready, i would transform the project back to android platform?
Is this possible? or is there some fancy way to run the app on your pc even though its .apk?

Thanks in advance!

Hey you can use Blue Stacks. Its pretty efficient and also it can be connected to Unity and you can just build and run directly in to Blue Stacks.

1 Like

i’ll take a look @ this, thank you!

How do you connect Blue Stacks to Unity? Been looking for this solution for a while.

A way to target two different platforms for the same project in your local computer is just to copy the folder and open another unity instance. Keep one in android and the other in windows. That way you don’t need to switch between platforms (as that takes forever)

You can use source control to keep them in sync