menu
版本
2024.1.4.8780
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2024.1.4
|
此版本控制插件通过一些基本操作演示简单配置对话框。它显示文件的状态和 Project Explorer 图标。注意,它并不以任何实际的版本控制系统为基础,仅用作了解 Wwise 中版本控制插件工作原理的基础工程和创建您自己插件的参考。
位置:"samples\SourceControl\SourceControlSample"
实现导出函数的 DLL 接口的源代码和包含要导出的函数的定义文件可参见:
AK::Wwise::ISourceControl 实现可参见:
配置对话框的实现可参见:
这是 Wwise 中默认包含的 Perforce 插件。它可以让您在 Wwise 设计工具中执行 Perforce 操作。其中包含完整的源代码,为您提供版本控制插件的完整示例,如果您愿意,还可用来自定义和增强此插件。
Location: SDK/samples/SourceControl/Perforce
在为 Wwise 构建 Perforce 插件之前,必须安装 Perforce C++ API 和 OpenSSL 文件,并将其放在正确的位置:
2023.1/2468153
).p4api-<version>-<configuration>/lib
to: [Wwise Installation Root]/Authoring/source/3rdParty/Perforce/windows/lib
p4api-<version>-<configuration>/include
to: [Wwise Installation Root]/Authoring/source/3rdParty/Perforce/windows/include
info | 备注: The Helix C/C++ API archive contains only release libraries. For this reason, a debug build of the plug-in uses the release CRT library and (DEBUG , _DEBUG ) are not defined. |
openssl-3.1.1-0-g2cf4e90eaa
).libcrypto-3-x64.dll
, libssl-3-x64.dll
) to: [Wwise Installation Root]\Authoring\source\3rdParty\OpenSSL\bin
libcrypto.lib
, libssl.lib
) to: [Wwise Installation Root]\Authoring\source\3rdParty\OpenSSL\lib
You should now be able to open the Perforce plug-in's project (SDK/samples/SourceControl/Perforce/Perforce.vcxproj
) and build the plug-in. 请参阅 版本控制插件 了解有关 Wwise 版本控制插件 API 和安装的信息。
info | 备注: 为了使用不同版本的 Perforce 创建,可能需要对代码或工程进行一些修改。 |
这是 Wwise 中默认包含 的 Subversion 插件。它可以让您在 Wwise 设计工具中执行 Subversion 操作。其中包含完整的源代码,可以为您提供版本控制插件的完整示例。如果您愿意,可以通过包含此源代码来自定义和增强此插件。
Location: SDK/samples/SourceControl/Subversion
Open the Subversion plug-in's project (SDK/samples/SourceControl/Subversion/Subversion.vcxproj
) and build the plug-in. 请参阅 版本控制插件 了解有关 Wwise 版本控制插件 API 和安装的信息。
info | 备注: Wwise 发行版中包含的 Subversion 插件是使用 Subversion 1.8.5 创建的。为了使用不同版本的 Subversion 创建,可能需要对代码或工程进行一些修改。 |
info | 备注: Subversion 插件的 Debug 版配置使用非 Debug 版运行时库,以避免 Subversion 库和插件之间存在内存分配问题。 |