techmania-docs

Documentations of TECHMANIA projects, hosted in a repo so they can be localized.


Project maintained by techmania-team Hosted on GitHub Pages — Theme by mattgraham

API version 4

TECHMANIA version: 2.3

Unity version: 2022.3.36f1

API version 3

TECHMANIA version: 2.2

Unity version: 2022.3.30f1

This update is focused on setlists.

API version 2

TECHMANIA version: 2.1

Unity version: 2022.3.16f1

FMOD

Switched to FMOD as the audio backend. All usages of UnityEngine.AudioClip and UnityEngine.AudioSource are replaced with FmodSoundWrap and FmodChannelWrap, new classes that wrap around FMOD classes. The wrapper classes are designed to imitate the Unity classes as closely as possible, so older code on API version 1 still mostly work.

Other changes

API version 1

TECHMANIA version: 2.0

Unity version: 2022.3.2f1

Initial version.