Installation
atmoky trueSpatial can be installed via the Package Manager in Unity or via the Package Manifest file.
via Package Manager
Perform the following steps to add the atmoky trueSpatial package to a Unity project:
Download the plug-ins
Download the latest release from Downloads.
Install the package
In your Unity project open the Package Manager (Window -> Package Manager
).Click the upper left +
button and select Add package from tarball… and
select the downloaded com.atmoky.spatialaudio-x.x.x.tgz
package file.
In case you (or your system) have already uncompressed the package, you might
need to rename the file-extension from *.tar
to *.tgz
. If it’s already been
unpacked, you can use Add package from disk...
instead and select the
package.json
file.
Verify the installation
To verify that the package was installed correctly, open theEdit -> Project Settings -> Audio
and check that the
atmokySpatializer is listed in the Spatializer Plugin
dropdown menu.via Package Manifest
Alternatively, you can add the package to the manifest.json
file in the
Packages
directory of your Unity project. This method is useful for version
control systems like Git.
Download the plug-ins
Download the latest release from Downloads.
Copy package
Copy thecom.atmoky.spatialaudio-x.x.x.tgz
file to the
Packages
directory of your Unity project.Adjusting manifest.json
Add the following line to thedependencies
section of the manifest.json
file:"com.atmoky.truespatial": "file:com.atmoky.spatialaudio-x.x.x.tgz",
In order to update the package, you can simply replace the existing
com.atmoky.spatialaudio-x.x.x.tgz
and adjust the version number in the
manifest.json
file.