> For the complete documentation index, see [llms.txt](https://bennykok.gitbook.io/rhythm-game-starter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bennykok.gitbook.io/rhythm-game-starter/master.md).

# Rhythm Game Starter

![](/files/-MHkKj6gtV86ZI_Xul7l)

{% content-ref url="/pages/-M77p3MQ1nlh3mfEAWeL" %}
[Getting Started](/rhythm-game-starter/getting-started.md)
{% endcontent-ref %}

### Overview

**RhythmGameStarter** is a rhythm game starter template project with a complete midi workflow that supports importing midi files, now also has a sequence editor to create any sequence from scratch.&#x20;

In runtime, each note in the sequence is mapped to different note prefab types for different interactions (Tap, Long Press, Swipe), notes' transform will be synchronized with the music playing. The asset also comes with a simple stats system with combos, scores, etc...&#x20;

{% hint style="danger" %}
For Input System Support, Please make sure your Input System's version is higher 1.1
{% endhint %}

{% hint style="danger" %}
For version 0.3.0+, will only support 2019.4 LTS+
{% endhint %}

{% hint style="info" %}
Learn about why 2019+ is more preferred for a rhythm game, especially for Android, [here](https://forum.unity.com/threads/unitys-android-audio-latency-improvement-in-2019-1-0.577594/)
{% endhint %}

{% hint style="warning" %}
Take a look at the limitation of this asset to double-check if this is really what you look for
{% endhint %}

{% content-ref url="/pages/-M8R7a6YUFTbzwufDwbB" %}
[⚠️ Limitations](/rhythm-game-starter/notices/limitations.md)
{% endcontent-ref %}

Check out the [Getting Started](/rhythm-game-starter/getting-started.md) for a quick start!

{% hint style="info" %}
Join our [Discord ](https://discord.gg/fHGsArj)server for quicker support\~
{% endhint %}

### Useful Videos

{% embed url="<https://youtu.be/jQsHNnFmRh4>" %}

{% embed url="<https://www.youtube.com/watch?v=kH5H7rpzhrc>" %}

{% embed url="<https://www.youtube.com/watch?v=SHVa2kaJtSU>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bennykok.gitbook.io/rhythm-game-starter/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
