-
Notifications
You must be signed in to change notification settings - Fork 4
Installation Guide
Gindemit Konstantin edited this page May 12, 2023
·
2 revisions
The Unity Vorbis Plugin is simple to install and integrate into your Unity projects. This guide will walk you through the steps to get you up and running in no time.
- Unity version 2019.4 or higher
- Supported platforms: Windows, Mac OSX, Android, and iOS
-
Download the Unity package: Visit the Releases page on our GitHub repository and download the latest
.unitypackage
file. -
Import the package into Unity:
- Open your Unity project.
- Click on
Assets
in the top menu, thenImport Package
, and finallyCustom Package
. - In the file dialog, navigate to where you saved the
.unitypackage
file and open it. - A new window will appear showing all the files to be imported. Make sure all the files are selected and click
Import
.
-
Add the plugin to your assembly definition files (optional):
- If you are using assembly definition files in your project, you need to add the
VorbisPluginImpl
as a reference to your.asmdef
file. - To do this, open your
.asmdef
file in Unity and addVorbisPluginImpl
to theReferences
list.
- If you are using assembly definition files in your project, you need to add the
You have now successfully installed the Unity Vorbis Plugin! You can start using the plugin's functions to load, save, and manipulate OGG Vorbis audio files in your Unity project.
For more detailed instructions on how to use the plugin, visit our Usage Guide.