Playtesting in Unity
At this point, you can test out the beatmap by playing it in the BeatmapRunner.
You can use any of the Demo scenes to test. For example, we can use the one at Assets/MouseDance/Demo/Scenes/1-Basic Demo With 3D Camera.unity.
To start testing your .osu file:
- Click on the Demo Main GameObject in the Scene Hierarchy so that the Basic Demo Main is shown in the Inspector.
- Drag your .osu file from the Project into the Basic Demo Main's Osu File property in the Inspector.
- Drag the corresponding music file from the Project into the Basic Demo Main's Song property in the Inspector.
At this point you can press Play to test the beatmap.