/unity-n-tempo

Tempo and beat helper library

Primary LanguageC#

Tempo

Global tempo and timing sync for animations and beat timing.

Example

Usage

See the tests in the Editor/ folder for each class for usage examples.

Install

From your unity project folder:

npm init
npm install shadowmint/unity-n-tempo --save
echo Assets/pkg-all >> .gitignore
echo Assets/pkg-all.meta >> .gitignore

The package and all its dependencies will be installed in your Assets/pkg-all folder.

Development

cd test
npm install

To reinstall the files from the src folder, run npm install .. again.

Tests

All tests are located in the test folder.