I want to create simple android game for my children where they can learn how different things looks like (flowers, animals, trees, etc). I am looking for template or some sort of video lessons, since i am newbie in Unity and game development. I would be very grateful even for proper search query or advice.
Hi Ersar,
can you add some more detail to “game for my children where they can learn how different things looks like” How do you want this to look like. what will they see on the screen. how will they react to what they see etc.
In learning mode game shows a picture of animal and name it (cow, dog, etc). Kid tap a picture to repeat sound and swipe it to see next picture (like here
). In test mode game asks “Show me the rabbit” and displays 4 pictures, one of them includes rabbit. If kids tap correct picture, game plays some sort of winning animation and congratulate him with sound effects.
Simply make a prefab where it shows a picture, plays an audio clip on awake, then activate different buttons that also play an audio when activated.
Have each button either create activate a “Try again” image that plays an audio clip when it awakes and then sets active to false when it’s done. Or have it create a “Good Job!” screen that plays an audio clip when it awakes, updates the question, and then sets active to false.
But really, this is SO simple it sounds like you should really start in the learn section.