interesting! a friend of mine wants to use Unity. i will warn him
btw: is the android lib very different? is it likely that i have much to rewrite to port my games? i hadnāt the time to look closer yet
interesting! a friend of mine wants to use Unity. i will warn him
btw: is the android lib very different? is it likely that i have much to rewrite to port my games? i hadnāt the time to look closer yet
[quote]btw: is the android lib very different? is it likely that i have much to rewrite to port my games? i hadnāt the time to look closer yet
[/quote]
Well, I donāt know your game code, so I couldnāt say. The Android SDK is pretty straight forward though (IMHO) and thereās quite a few tutorials out there. Keep in mind that it uses openGL ES for 3D, so fixed function pipeline only (for the most part). If your games are written in Java2D then they may just port right over.