Unitune
A WebGL-compatible easy-to-use tracker music player.
Huge soundtrack, tiny build size!
⏬ Store page
When working on a retro WebGL game for a client, I realized that the majority of the build size was due to the music files.
While we were using tracker music, as Unity natively supports the most common formats, they are converted to AAC when targeting WebGL.
**This translated to a 1000% increase in our expected build size. **😱
It motivated me to develop a solution: Unitune, a tracker player that converts module files to AudioClips at runtime.
Thanks to its generative nature, it will give you more control over your music at runtime while keeping your build size as tiny as possible.
Key Features
- **Optimize the build size **of your music files thanks to the module format.
- Over 50 tracker music formats are supported.
- Custom importer with** audio preview.**
- One** simple-to-use** component.
- Finetune the audio output with many settings.
- Add support to subsongs, allowing incredible build size optimization.
- Rely on Unity's AudioSource component to ensure a consistent workflow.
Compatibility
- **Unity 2022.1 **and upward.
- Compatible out of the box with** WebGL, Windows and Linux.**
- MacOS compatibility is untested but should work via the Linux plugin as well.
- Other platforms can be supported by building Libopenmpt.
⏬ Store page
📖 Documentation
🏠 Website / Demo
💬 Unity discussion
Thank you for considering Unitune and have a nice day!