# ⚠️ Limitations

The goal of the **RhythmGameStarter** is to provide you a quick start template for making music rhythm game which focused on pre-made note sequence&#x20;

* midi based note sequence (Imported from midi)
* pre-made sequence (using built-in Sequence Editor)
* pre-recorded sequence (using Recorder demo, 0.5+)

### Limitations&#x20;

* Currently, all of the note sequence needed to be created manually ([Sequence Editor](https://bennykok.gitbook.io/rhythm-game-starter/note-sequences/sequence-editor)) or via imported midi or [recorded](https://bennykok.gitbook.io/rhythm-game-starter/note-sequences/recording-mode).
* The midi import is only available in the editor at the moment, which cannot let you import the midi file in runtime.
* Note interaction is designed to fit the current Tap/Long Press/Swipe interaction, if you are looking at advance note interaction, you won't have a solution out the box, you will need to customize the code to fit your needs.
* Using Unity version lower than 2019 may have lagging issues on Android device, as this asset use the Audio DSP time for note synchronization, and [here](https://forum.unity.com/threads/unitys-android-audio-latency-improvement-in-2019-1-0.577594/) explained Unity’s Android audio latency improvement in 2019.1.0


---

# Agent Instructions: 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:

```
GET https://bennykok.gitbook.io/rhythm-game-starter/notices/limitations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
