https://github.com/thesoupcat/unity-sunvox-plugin
Integration of SunVox library in Unity3D
https://github.com/thesoupcat/unity-sunvox-plugin
audio music sunvox tracker-music unity unity-package unity3d unity3d-plugin
Last synced: about 2 months ago
JSON representation
Integration of SunVox library in Unity3D
- Host: GitHub
- URL: https://github.com/thesoupcat/unity-sunvox-plugin
- Owner: TheSoupCat
- License: mit
- Created: 2024-03-04T19:52:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T12:10:19.000Z (about 1 year ago)
- Last Synced: 2025-04-07T20:12:30.654Z (about 2 months ago)
- Topics: audio, music, sunvox, tracker-music, unity, unity-package, unity3d, unity3d-plugin
- Language: C#
- Homepage:
- Size: 7.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Unity-SunVox Plugin
This package integrates the SunVox audio library into Unity.
It provides import and playback of SunVox projects out-of-the-box, as well as code and comments to help developers build their own implementation.
Most XML documentation is taken directly from the SunVox library page with a few adjustments and clarifications, see [here](https://warmplace.ru/soft/sunvox/sunvox_lib.php) for full documentation.## Pattern looping
The SunVoxPlayer component has a pattern looping function which provides dynamic playback capability.
When a loop pattern label is entered, any pattern with a unique name that contains the label will be considered a loop pattern. E.g. mylabel0, mylabel1, mylabelFooBar.
During playback, the playhead will seamlessly loop between the bounds of the current loop pattern and will jump to the start of a newly queued loop pattern when reaching the end of the current one.