- Home /
Multiple unity games in 1 app in ios and adroid
Is it possible to create a start screen where there are links to different unity games? What I am planning to achieve is something like a lobby where all the available games are presented. When user click on a game that is the time it will load the game. All the games should not be loaded with the lobby bec the file size would be too big. We never know how many games we will put in here and often times we will add new games.
I tried searching and can't seem to find a clear solution. We are trying to port our flash games to unity. In flash we can have multiple swf for each game then we also have a swf for the lobby. That is what we are trying to replicate. We are working in a team and each would create their own games without worrying about the lobby. I am not sure if creating a different scene for each game would be the best solution.
Answer by etaxi341 · Dec 03, 2014 at 12:46 PM
Here is an Idea: You make one Basic App that is able to download the sepecific game from your servers. The game will be implemented to your App with AssetBundles.
Not 100% Sure if AssetBundles work on Mobile, but I think so.
I've read somewhere that in IOS id does not allow codes to be loaded while the game is running.