How do i export my windows unity project to a mac computer ? I might need this soon so i want to put my project on a flash drive but i dont really know how to do that either
This question has been answered several times, but my searching did not turn up the answers so:
- You can create an asset package of your whole project, copy it to your mac, start a new project in Unity on the Mac, and import the package.
- You should be able to copy your entire project on a flash drive and then copy it onto your Mac. I’ve done this using a network and everything worked fine.
- You can use SVN or GIT to share your project between computers.
http://docs.unity3d.com/Documentation/Manual/ExternalVersionControlSystemSupport.html
For best results, zip the project folder on Windows, copy it over, and unzip it on the Mac.