I have Unity Personal for mac, how do I make it so it can run on windows? the game is a indie game with me as the only coder, I want the other people of the team to be able to use the game aswell…
The Project progress will remain unaffected by working between the two platforms, largely. Instead of sharing builds, share Project and build on the required platform.
Use Platform Dependent Directives to specify Platform Specific code.
You already saw the other Question