Oolong, SIO2 or commercial Game engine for 3D iPhone Games newbie?

前端 未结 2 1030
孤独总比滥情好
孤独总比滥情好 2020-12-24 09:15

I\'m trying to pick between the Oolong and SIO2 iPhone game engines for my first game programming project. I have some Cocoa experience and many years of C++ including relat

2条回答
  •  無奈伤痛
    2020-12-24 09:50

    I try both OOLong and Unity way. I suggest to use unity:

    • Learn Curve is very short if you have a basic game background
    • Unity include a large set of utility outer of 'graphics & audio'
    • With unity you don't care about graphics/audio file format
    • One code for both iOs and Android
    • Full set of pre-assembled asset free from the store
    • Exendible editor to make your level-editor

    I spend one year to close a OOLong project. I probably would have saved six months of work with unity.

提交回复
热议问题