SourcePlugin
tag for source plug-ins and EffectPlugin
for effect plug-ins. Refer to WwiseObject Elements for more information. This category must be matched in both the XML file and PluginRegistration class in your engine-side code.AkCreatePlugin()
function in your DLL and in the PluginRegistration object. See Wwise Sound Engine Plug-ins Overview for an example of PluginRegistration. Refer to Wwise Plug-in XML Description Files and Exported Functions for more details.Class
attribute is properly set in your dialog resources. Refer to "Class" Control Attribute for more details.Class
attribute when required. Note that you should never change the text on a control that is bound to a property. Refer to "Prop" Control Attribute for more information.AudioEnginePropertyID
specified in your plug-in definition file is in the 0-32767 range. Refer to Properties Element for more information about the AudioEnginePropertyID
tag.AudioEnginePropertyID
specified in your plug-in definition file matches the ID you use in your implementation of AK::IAkEffectParam::SetParam(). Refer to Properties Element for more information about the AudioEnginePropertyID
tag, and AK::IAkPluginParam::SetParam() for details about implementing AK::IAkEffectParam::SetParam().There are two possibilities:
Here are a few points to validate for new plugins in Unity.
Refer to Plug-in Static Registration for more details.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요