Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Merge Game and Application by Unity3D and Nativ...

Merge Game and Application by Unity3D and Native Code

moming2k

July 25, 2012
Tweet

Other Decks in Programming

Transcript

  1. Merge Game and Application by Unity3D and Native Code Chris

    Chan ( @moming2k ) Thursday, 26 July, 12
  2. Unity VS Others Price OS Editor Unity3D USD1,900or above iOS,

    Android GUI editor 2D/3D Cocos2D Free iOS, Android and many other Req 3rd party support 2D Unreal $99 + 25% revenue iOS GUI editor 3D Thursday, 26 July, 12
  3. Unity 3D • True 3D Game Engine • Well Support

    on 2D plugin • Asset Store • One time cost • Strong community Thursday, 26 July, 12
  4. Merge with App • method 1 : build app interface

    by Unity Thursday, 26 July, 12
  5. Pros & Cons • Pros : Easier to maintain ,

    write code in C# • Cons : Higher learning curve , poor support in mulit-language support Thursday, 26 July, 12
  6. Merge with App • method 2 : build app interface

    by Xcode, merge project with Unity Thursday, 26 July, 12
  7. Pros & Cons • Pros : Easier to learn ,

    reuse skill in Obj-C • Cons : difficulty on maintain code in two place Thursday, 26 July, 12
  8. Dark Magic ! • Step 1: modify generated Unity’s AppController

    • Step 2: inject your UI related code • more information : • http://www.tinytimgames.com/2011/09/01/unity-plugins-and- uiapplicationdidfinishlaunchingnotifcation/ Thursday, 26 July, 12
  9. Dark Magic ! • Step 1: modify generated Unity’s AppController

    • Step 2: inject your UI related code • more information : • http://www.tinytimgames.com/2011/09/01/unity-plugins-and- uiapplicationdidfinishlaunchingnotifcation/ Thursday, 26 July, 12