- Home /
 
 
               Question by 
               Anonymus112 · Jun 19, 2016 at 08:21 AM · 
                unity 5uimenumerge  
              
 
              How would you go about linking to projects together, and adding a menu?
This may seem silly, but I have two games, that I would like to link. I know how to import assets, but how would I put them together in a menu a la: Duck Hunt and Super Mario Bros. Select menu
?
 
                 
                images.jpg 
                (9.5 kB) 
               
 
              
               Comment
              
 
               
              Answer by phxvyper · Jun 19, 2016 at 08:24 AM
Unfortunately, There's no real way to have a Solution of Unity Projects.
Instead, you have two options:
combine both projects into a single project and create a Menu scene that selects a different game scene depending on your choice.
or Create a menu project which runs a different executable/build for each game depending on your choice on the menu.
Choice number 1 is the preferred option since you don't create a medium between your games and the mechanic of starting games.
Your answer