文档

​
​

Development

User Acquisition

Monetization

工业

Unity Version Control

DevOps

On-prem

Gluon

Editor plug-in

Open Unity Dashboard

Unity Version Control

此页面不支持所选语言。
​
​
Unity Version Control
  • Overview
  • Cloud Repositories organization update
  • Installation
  • Use UVCS with the Unity Editor
  • Unity Version Control plugins
    • Task and issue tracking integrations
    • Bamboo
    • Jenkins
    • Jira
    • TeamCity
    • IntelliJ's IDEs
    • Unreal Engine
    • Visual Studio extension
    • Visual Studio Code
    • Wwise
  • Concepts
  • Tutorials
  • On-Prem
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Install Audiokinetic Wwise

Integrate version control with your audio engine.
阅读时间3 分钟
最后更新于 10 个月前

Open the Download page and click the big Download button. You'll need to sign in before you can actually download the tool. You need an account anyway to open Wwise.
The installer will open the Audiokinetic launcher, which will help you install whatever version of Wwise you need.
In the left menu, you can open the Wwise section to manage installations of Wwise on your computer. Under "Install new version", you can use the dropdown list to select any desired version. Note that only latest versions of each branch are listed by default. In case you need an intermediate version, you can select
All
instead of
Latest
in the first dropdown.
Once you find the right version of Wwise, you can proceed with the installation by clicking "Install..." at the bottom.
As part of the installation process, you can select a series of packages and development platforms to be included in the installation.
Once installed, you could launch Wwise by clicking the "Launch Wwise (64-bit)" button next to the version that you want.
But watch out! You need to install the plugin first.

Install the plugin

The Unity Version Control installer includes a set of plugins for Wwise under the installation folder, typically
C:\Program Files\PlasticSCM5\client\plugins\wwise
, based on the version of Wwise you want to use.
  • PlasticSCMWwisePlugin2019.dll (Wwise SDK 2019)
  • PlasticSCMWwisePlugin2022.dll (Wwise SDK 2022)
  • PlasticSCMWwisePlugin2023.dll (Wwise SDK 2023)
In order to install the plugin, you just need to copy the DLL file matching your Wwise version under the corresponding Wwise installation folder, normally
C:\Program Files (x86)\Audiokinetic\Wwise x.y.z\Authoring\x64\Release\bin\SourceControl
Once you copy the DLL, you can launch Wwise and it will detect Plastic SCM as an available VCS.

Configure the plugin

After loading a project, either a new or existing one, you need to configure Wwise to use Plastic SCM as version control.
First, you need to ensure that the Wwise project is contained within a Plastic workspace (at the moment, workspaces cannot be created directly from Wwise).
Then, go to Project > Project Settings or press Shift + K to open the Project Settings dialog.
Change the "Plug-in" dropdown selector under "Source Control" to "Plastic SCM".
The "Config..." button will become enabled, so click it to display the following version control settings:
The Plastic SCM configuration settings for the Wwise plugin.

The Plastic SCM configuration settings for the Wwise plugin.

Path to cm - Full path to your CLI executable. Note that the Unity Version Control installer configures the alias
cm
for you automatically, which should be enough. However, you can use this field to reference a different path to your preferred
cm.exe
.
Project root path - Full path to your project directory. This might not be the same as the workspace root.
Test connection - Helping button to test the connection to your Unity Version Control workspace.
Path to mergetool - You can optionally define the mergetool path to launch diffs from inside Wwise.

Operations

You can perform VCS operations from the Project Explorer inside Wwise by right-clicking items and expanding the Source Control actions.
If you want to have a general overview of your project and update/checkin items globally, you can open the File Manager.
You can do that by selecting menu item Project > File Manager or by pressing Shift + F1.
An example of a populated file manager window that lists the files and their statuses.

An example of a populated file manager window that lists the files and their statuses.

In the File Manager window, you can either right-click items to perform VCS actions (multiple selection is allowed) or click the "Checkin" or "Update" actions. Those will checkin/update all applicable items in the workspace.

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • Install the plugin

    • Configure the plugin

    • Operations


报告此页面的问题