I am thinking of a game in which the user has multiple screens separated by tabs (like a browser) & in each tab plays a different game.
But I am not sure how this is going to implemented ???
e.g having a game which has many games in each tab ?
is there any template (free or commercial) supporting this behavior ?
Just to give you an idea: lets assume that I have to design a chat application.
a user can have multiple 1-1 chats, each one separated by a separate tab
I don’t think that there are any ‘templates’ per say that will hand this to you on a silver platter. It really depends on the level of complication that you’re talking about, and in essence what your game really is. This is too much of a broad question to answer unless a lot more specific details were given to the community base.
Other than that, having different scene views, chat tabs, and such are all possible. Having different cameras separated into tabs for access by the user, chat applications are just a matter of creating different objects that hold the data for you. There are some examples of using the Unity GUI system to make in an game chat application that might be a good start.
Lets assume that the entire game is associated with one game object. (i,e chat).
So in each tab one different instance of this game object will be running, so the user can chat with many players.
It is not clear me
how theses tabs are going to be implemented (by one Game Object ?)
what is happening if the user switches btwn the tabs
So I was hopping to find a plugin which provides this tabular functionality and not reinvent the wheel