Global tempo and timing sync for animations and beat timing.
See the tests in the Editor/ folder for each class for usage examples.
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.
cd test
npm install
To reinstall the files from the src folder, run npm install .. again.
All tests are located in the test folder.
