Hello,
Together with a couple of other guys we’ve slowly started our development of a game which will be made in Unity. One of our current concerns is that due to a great deal with another company, we’d like to develop our game both for Android and iOS.
I have a great deal of experience with object-oriented programming and game programming, either in C# or obj-c. But so far we’ve only developed in Cocos2D exclusively for the iOS platform, so when it comes to development for multiple mobile platforms it’s an entirely new area, but also one of the reasons we chose Unity.
What we’re currently trying to figure out is what would be the best approach when developing a game for multiple platforms? Would you start off just creating the game for, say, iOS, and then afterwards start to add Android specific code? So you would effectively make an iOS version first, then take that existing unity code and port it to Android code (whichever parts of the API’s and so forth that would need changing or optimization).
Or would it be better to create parts of the game step by step, but continuously making sure they work for both platforms? So you would develop the game with both platforms in mind right from the get-go.
Thank you for your time