Create a piano instrument in Unity (with sounds)

In this video I’ll explain you how to create a piano roll in Unity with adjustable number of octaves. We’ll create the piano programmatically and generate some sounds when pressing on the keys with a custom sound generation script I’ve created for an university project. This is a very basic way of sound generation, in the next tutorial I’ll introduce a way on how to get more authentic piano sounds! Hope you’ll learn some new stuff in this Unity tutorial and let me know about your opinion. Also if you have any questions, just post them in the comments. -------------------------------------------- Timetable: What we’ll create: (0:00) Basics about a piano: (0:37) Setup project: (1:45) Create UI elements: (2:02) Create scripts, add public variables: (4:45) Create white piano tiles: (7:55) Create white piano tiles: (28:00) Create sounds: (34:06) We’re done!: (35:50) -------------------------------------------- Github project: ht
Back to Top