Let's Create: A Simon memory game in Unity (Part2: Lights and sound)
Recreate the classic Simon audio/visual memory 2D game in Unity. This episode focuses on creating the light flashing effect, and adding sound via the AudioSource.
We'll use Coroutines to make the lights light up for a specific duration, and to implement a menu animation. The sound will be done with a single tone AudioClip on an AudioSource where we vary the pitch to make a unique sound for each button.
In the next episode in the series we'll add implement the remaining game logic.
The full code for this is available on GitHub: https://github.com/Firnox/Simon
Audio tone file: https://github.com/Firnox/Simon/raw/96215aa7ca6c6f427a81d260bc9af87e9a7de80e/part2_lights_and_sound/Assets/Audio/440.wav
As with all the Let's Create tutorials in the series, we'll focus on creating the core game mechanic, leaving the extra polishing to you. If you have any request for small games you'd like to see in this series please leave a comment.
Contents
0:00 Introduction
0:30 Light flashing
2:50 Adding sound
7:44 Menu animation
Other videos in this tutorial series:
1. Creating the game board [https://youtu.be/auLn6IgwMr8]
2. Lights and sound [this video]
3. Game logic [coming soon]
Видео Let's Create: A Simon memory game in Unity (Part2: Lights and sound) канала Firnox
We'll use Coroutines to make the lights light up for a specific duration, and to implement a menu animation. The sound will be done with a single tone AudioClip on an AudioSource where we vary the pitch to make a unique sound for each button.
In the next episode in the series we'll add implement the remaining game logic.
The full code for this is available on GitHub: https://github.com/Firnox/Simon
Audio tone file: https://github.com/Firnox/Simon/raw/96215aa7ca6c6f427a81d260bc9af87e9a7de80e/part2_lights_and_sound/Assets/Audio/440.wav
As with all the Let's Create tutorials in the series, we'll focus on creating the core game mechanic, leaving the extra polishing to you. If you have any request for small games you'd like to see in this series please leave a comment.
Contents
0:00 Introduction
0:30 Light flashing
2:50 Adding sound
7:44 Menu animation
Other videos in this tutorial series:
1. Creating the game board [https://youtu.be/auLn6IgwMr8]
2. Lights and sound [this video]
3. Game logic [coming soon]
Видео Let's Create: A Simon memory game in Unity (Part2: Lights and sound) канала Firnox
Комментарии отсутствуют
Информация о видео
15 июля 2025 г. 15:45:00
00:10:41
Другие видео канала