Question by
vineet.bagai · Apr 16, 2016 at 07:42 AM ·
gameendless runnerdevelopment
I want to make 3 mini games in one app. how can i do that? Please Help
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.
Comment
Answer by tanoshimi · Apr 16, 2016 at 07:57 AM
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");
Your answer
Follow this Question
Related Questions
A game like Worms 2 Answers
Can I Turn My Single Player Game into a Massive Multiplayer Game? 0 Answers
I can't seem to find my project's assets? 0 Answers
How to create Game Dev Tycoon/Story/Studio 2? 0 Answers
Collider disabling by itself... 2 Answers