Hi, I have three games and i want to add them in one app so that when i open my app it shows three games and i can play which ever one i want. How can i proceed with that. Three mini games are endless runner games, first shooter games etc.
Create a scene for each game, and one more scene as your title screen.
On the title screen, create three buttons, each one linked to a function such as:
SceneManager.LoadScene("Minigame1");