I’m facing an app which requires quite a lof of GUI. Not in-game GUI, but user login, register, messages, showing galleries, voting and such things.
Doing that with Unity’s GUI is just… hellish.
Then we have solutions like OpenFeint or GameCenter: we have a game in Unity, we invoke a native-looking section through a plugin that handles the situation.
Say it’s the other way round: I create the login screen, register form, galleries and all those things in HTML5, and go native with Phonegap. Then I want to launch my game somehow, made in Unity3D, within the same app. Does anyone know if this is even possible? If so, how?
To sum up:
- There’s an HTML5 part of an app that handles user login, register, messages between users and so on. At some point, the user launches the game
- Unity3D’s game takes place. When finished, it returns to the HTML5 part.
Does it make sense?