How to create a build on a mac for a PC?
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..
Answer by meat5000 · Jan 18, 2018 at 05:04 PM
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
Your answer

Follow this Question
Related Questions
Image appearing after clicking a button 1 Answer
How to get the object to move only when I click on it and not just anywhere else? 1 Answer
Weapon following mouse and orbiting Player 1 Answer
2D How to set a limit to the rotation of my cube, when dragging with mouse 0 Answers
Camera movement 1 Answer