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?
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)