> 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/getting-started/bare-workflow.md).

# Bare Workflow

Integrate into any existing game or "start from scratch" without the template.

1. It's possible to integrate RhyhtmCore into your existing project without stater content and UI

![RhythmCore prefab location](https://32629026-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76iL7-CNlRUwW2lAqS%2F-MHfCCb4s5uePYmgaWKT%2F-MHfCgp4X4Cd_GMyQdqF%2Fimage.png?alt=media\&token=9ee17a6e-a6cc-4cc8-8608-6fc081c701ff)

2\. The RhythmCore prefab is the base prefab used by the demo scenes which doesn't have tracks, starter UI, etc...

![](https://32629026-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76iL7-CNlRUwW2lAqS%2F-MHfCCb4s5uePYmgaWKT%2F-MHfD8i8dGXld6ylhryK%2Fimage.png?alt=media\&token=47629e36-57f2-41be-8859-127d1771c2cb)

3\. You can drag n drop **RhythmCore** into your scene, and depends on your needs, drag as much track as you want under the **Tracks** parent.

![Track prefab location](https://32629026-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76iL7-CNlRUwW2lAqS%2F-MHfCCb4s5uePYmgaWKT%2F-MHfDWP4U2kKAgQHpd6S%2Fimage.png?alt=media\&token=6ce35030-643a-4198-bc2e-f673b1fadc43)

![Track prefab under 'Tracks' example](https://32629026-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76iL7-CNlRUwW2lAqS%2F-MHfED_yRlruZSJx_U0x%2F-MHfGKE26_bJzyXiumFA%2Fimage.png?alt=media\&token=aaac86de-873f-4031-9ae1-96ee681e4ba7)

4\. Example of Tracks freely placed in 3D space (3D long note is not supported atm)

![Environment(Stylised Grass Shader) and character(vRoid) is not a part of the package. ](https://32629026-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76iL7-CNlRUwW2lAqS%2F-MHfED_yRlruZSJx_U0x%2F-MHfGSiVbyVsKWT1M76M%2Fimage.png?alt=media\&token=901f992e-cdff-4345-91b7-e7f0a08d40e8)

5\. Then you will need to [configure your inputs as usual](/rhythm-game-starter/hierarchy-overview/input.md) (e.g. add/remove keymap if you needed)&#x20;

![](https://32629026-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76iL7-CNlRUwW2lAqS%2F-MHfED_yRlruZSJx_U0x%2F-MHfHuKc5uuIRgKNnN0c%2Fimage.png?alt=media\&token=45618b64-c82b-4c57-af8e-e32d97aab320)

6\. Then you can continue on [making custom notes](/rhythm-game-starter/note-prefab/custom-notes.md), [importing your custom songs](/rhythm-game-starter/importing-songs.md), etc.
