- Home /
Making (suppose to) easy Rhythm Game
Hello guys, now i'm working on rhythm game and i have no idea how to do it. The game is actually very simple. It only contains 1 button (other game have more than 4) to press the notes. The notes come from right to left the problems are: 1. how i can synchronize the notes and the sound to the button. for now i make the notes to move toward button in certain speed in fixedupdate (make it prefab) and i make game object in certain position to instantiate the note prefab every half second (i assume to make 120 bpm). I know thats wrong method, but i have no other idea 2. how to make the notes map for each music? should i make manually? or there is a way to make it and way simpler? btw i'm newbie with unity
Your answer
Follow this Question
Related Questions
How do I delay instanciated objects randomly to ensure they don't spawn at the same time? (C#) 0 Answers
LineRenderer static movement 1 Answer
Is there something more reliable than simple Triggers for something like a Rhythm Game? 1 Answer
C# Fourier transform rhytm game implementation? 1 Answer
Rhythm Game Out of Sync (C#) 1 Answer