menu
버전
2017.1.9.6501
2024.1.3.8749
2023.1.11.8682
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.3.8749
2023.1.11.8682
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
This source control plug-in demonstrates a simple configuration dialog with basic operations. It displays the file status as well as the Project Explorer icons. Note that it is not based on any actual source control system, it is just meant to be used as a base project to understand how source control plug-ins work in Wwise, and to start building your own plug-in.
Location: "samples\SourceControl\SourceControlSample"
The source code of the DLL interface that implements the exported functions and the definition file that contains the functions to be exported can be found at:
The AK::Wwise::ISourceControl implementation can be found at:
The configuration dialog implementation can be found at:
This is the Perforce plug-in that is included with Wwise by default. It lets you perform Perforce operations from within the Wwise authoring application. Full source code is included, to give you a complete example of a source control plug-in, and to allow you to customize and enhance the plug-in if you want to.
Location: "samples\SourceControl\Perforce"
Before you can build the Perforce plug-in for Wwise, you will need to install the Perforce SDK and set an environment variable:
You should now be able to open the Perforce plug-in's solution (samples\SourceControl\Perforce\Perforce.sln) and build the plug-in. Refer to Source Control Plug-ins for information on the Wwise source control plug-ins API and installation.
info
|
Note: The Perforce plug-in that is included in the Wwise distribution was built using the Perforce 2015.1 C/C++ API. Some modifications to the code or project may be required in order to build with a different version of Perforce. |
This is the Subversion plug-in that is included with Wwise by default. It lets you perform Subversion operations from within the Wwise authoring application. Full source code is included to give you a complete example of a source control plug-in. By including the source code, you can customize and enhance the plug-in if you want to.
Location: "samples\SourceControl\Subversion"
Before you can build the Subversion plug-in for Wwise, you will need to install the Subversion SDK and set an environment variable:
info
|
Note: The Subversion plug-in that is included in the Wwise distribution was built using Subversion 1.8.5. Some modifications to the code or project may be required in order to build with a different version of Subversion. |
You should now be able to open the Subversion plug-in's solution (samples\SourceControl\Subversion\Subversion.sln) and build the plug-in. Refer to Source Control Plug-ins for information on the Wwise source control plug-ins API and installation.
info
|
Note: The Debug configuration of the Subversion plug-in uses the non-Debug Runtime Library to avoid memory allocation problems between the Subversion libraries and the plug-in. |
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요