tobiasbu / rhythmos

A simple rhythm tool for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rhythmos-engine

A simple rhythm tool for Unity

RhythmosEngine v1.3

Table of contents

Quick start

To start using Rhythmos Engine download the last builds below.

To access documentation click here.

Last releases

Version Supported Unity version
v1.3 >= 2020.3.13f1
v1.1 3.6, 4.6.0f, 5 and 2017

For installation instructions access the Installation Guide here.

Development

Linux - Documentation

  1. Install Mono and Nuget.exe.

  2. Install DocFX:

 mono nuget.exe install docfx.console
  1. Build documentation
mono PATH/TO/docfx.console/tools/docfx.exe Docs/docfx.json
# serve
mono PATH/TO/docfx.console/tools/docfx.exe Docs/docfx.json --serve

About

This project was created for "Games Project: Games Engines" class in 2015 at Unisinos. It was especially made for my game Koko-Kuba. Since the asset is totally free I decided to make the code open-source.

I recently refactored all the code of this plugin and if you need a fix, update, feature, feel free to contribute to this repo. See the roadmap for more information.

License

Created by Tobias Ulrich and license based in MIT.

About

A simple rhythm tool for Unity

License:MIT License


Languages

Language:C# 99.2%Language:Shell 0.8%