|
Wwise SDK 2024.1.9
|
Wwise 中使用插件来为设计工具直接提供版本控制功能。A regular installation of Wwise contains four plug-ins:
The No Source Control and Other Source Control plug-ins are contained in one DLL file, DefaultPlugins.dll, while the Perforce and Subversion plug-ins are contained in separate DLL files, AkPerforce.dll and AkSubversion.dll.
It is recommended that you use the following naming convention for the file name of your plug-in: (Company name or initials)(Plug-in name).dll. 这会降低名称冲突的可能性。
启动时,Wwise 将在 sourcecontrol 子文件夹中搜索这些插件文件。安装插件的方法:将 DLL 文件复制到 Wwise 安装目录下的 "Authoring/x64/Release/bin/sourcecontrol" 文件夹。
![]() | 警告: The default installation folder for Wwise is "<ProgramFiles>\Audiokinetic\Wwise <VERSION> <BUILD>", but Wwise users may install it elsewhere. If you create an installer for your plug-in, it should not assume that Wwise is installed in its default location. |
![]() | 备注: 随 Wwise SDK 发布的版本控制插件示例会将 DLL 生成到目录"Win32\<Config>\bin\sourcecontrol"下。应将 DLL 从此文件夹复制到 Wwise 主安装文件夹中的 sourcecontrol 文件夹,如上文所述。 |