I’m thinking about making my first game with unity but I’m not sure about some aspects. Can you use the same project to build an android and IOS game without changing anything or almost anything to the project? And can you build an IOS game on a Windows computer? In case you can only build IOS games on OSX can you just copy the entire finished Unity project that was created on Windows to OSX and then build the game? Thanks
Well, yes, in general you can design a project that runs on iOS and Android with minimal changes. You can build the Xcode project on a Windows machine, but this will then need to be copied to a Mac that has Xcode to actually deploy to an iOS device. (So the Unity project can stay on the Windows machine.)
Thanks for the response, that answers that question. I have two more questions, can you also make apps with unity or is it only for games? And what programming languages are used to make games in unity?
I’ve been making apps with Unity, and although it’s not made for that purpose, I’ll go ahead and say that yes it can certainly be done. Apps may involve a bit more differentitation (At least in my case) of code to work on both platforms, but it’s still not unreasonable to have one project build out to both.
Unity uses JavaScript or C#.
Or Boo.