Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/fmod.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Audio for FMOD** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/fmod.git
```

[![pkglnk](https://www.pkglnk.dev/badge/fmod.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/fmod)

README

Audune Audio for FMOD

This repository contains scripts to enhance the FMOD for Unity package, which is used in Audune's own projects.

The FMOD for Unity package provides a thin wrapper around the C/C++ FMOD studio code and confronts the developer with many C++ paradigms ported to C#. This package was made to make the use of that package easier from a C# perspective, using C# paradigms like properties and events out of the box.

See the wiki of the repository to get started with the package.

Installation

Requirements

This package depends on the following external dependencies. Make sure you have these installed before installing this package. The package might work with lower versions of the dependencies, but those have not been tested:

Installing from the OpenUPM registry

To install this package as a package from the OpenUPM registry in the Unity Editor, use the following steps:

  • In the Unity editor, navigate to Edit › Project Settings... › Package Manager.
  • Add the following Scoped Registry, or edit the existing OpenUPM entry to include the new Scope:
Name:     package.openupm.com
URL:      https://package.openupm.com
Scope(s): com.audune.audio.fmod
  • Navigate to Window › Package Manager.
  • Click the + icon and click Add package by name...
  • Enter the following name in the corresponding field and click Add:
com.audune.pickle

Installing as a Git package

To install this package as a Git package in the Unity Editor, use the following steps:

  • In the Unity editor, navigate to Window › Package Manager.
  • Click the + icon and click Add package from git URL...
  • Enter the following URL in the URL field and click Add:
https://github.com/audunegames/audio-for-fmod.git

License

This package is licensed under the GNU LGPL 3.0 license. See LICENSE.txt for more information.

Comments

No comments yet. Be the first!