Skip to content

Installation Guide

Gindemit Konstantin edited this page May 12, 2023 · 2 revisions

Installation Guide for Unity Vorbis Plugin

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.

Requirements

  • Unity version 2019.4 or higher
  • Supported platforms: Windows, Mac OSX, Android, and iOS

Installation Steps

  1. Download the Unity package: Visit the Releases page on our GitHub repository and download the latest .unitypackage file.

  2. Import the package into Unity:

    • Open your Unity project.
    • Click on Assets in the top menu, then Import Package, and finally Custom 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.
  3. 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 add VorbisPluginImpl to the References list.

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.

Clone this wiki locally