A rhythm game, just like osu mania or else falling-type rhythm games.
- Unity Version 6000.0.63f1
It is highly recommended to use the exact version specified to avoid compatibility issues.
- Cloning the Repository
git clone https://github.com/jkboos/A-Simple-Rhythm-Game.git
-
Opening the Project
-
Open the Unity Hub.
-
Click Add and navigate to the root directory of the cloned project.
-
Ensure the correct Unity Version is selected.
-
Open the project.
-
-
Running the Scene
-
In the Unity Editor, navigate to the main scene:
Assets/Scenes/Menu -
Press the Play button.
-
You can use osu mania converter to convert osu mania beatmaps to the game's map format.
-
Download a osu mania beatmap.
-
Put one of the levels(.osu) in the converter's root directory.
-
Run
start.bat. (if there was no error, it will create a beatmap folder automatically) -
Put the music(.mp3) and background image(.png or .jpg) from the original beatmap folder in the beatmap folder that just auto-created.
Optional:
- video background(.mp4)
- storyboard files(.osb, images in sb folder)
-
Put the new beatmap folder in the Songs folder in the game root directory.
-
Done!
