- Home /
Question by
GeoffreyFreudenberg · Jun 12, 2018 at 11:36 PM ·
gitversion-controlgithubversion control
How to maintain an iOS and Android version of the same project?
Is there a way I can do this using Git?
Comment
Answer by GabLeRoux · Jun 13, 2018 at 12:55 PM
With Unity, you can use the same code base and project (ex; tracked in git or any other version control) and then all you have to do is select a different BuildTarget when you are ready to build. You can in fact use Unity to build for multiple platforms (ios, android, windows, mac, linux, etc) from the same project. Just make sure you have all of the project settings correctly set for each desired build targets. Ex: Company Name, Project Name, App Identifier, Icons, etc.