We are working over some poker project. And we chose the Unity for client develop. And now we have some issue, how to make several, independent game window. We have Lobby window, where player log in and chooses tables. And then, this selected table should be opened in new window. We need to be able besides Main Lobby window to open six additional table in independent window, which also will have different from mainLobbyWindow screen resolution. Also, that is important, all these window must have windowed mode, not
fullscreen. Something like that.
Is that to able make in Unity? Thanks in advance for your help.