menu
Wwise
arrow_drop_down
Strata
arrow_drop_down
Solutions
arrow_drop_down
Apprendre
arrow_drop_down
Communauté
arrow_drop_down
Documentation
arrow_drop_down
Aide
arrow_drop_down
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
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 2018.1.11
|
SourcePlugin
tag for source plug-ins and EffectPlugin
for effect plug-ins. Refer to EffectPlugin and SourcePlugin 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, or 0-150 for the wcustomproperties file. 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:
You can debug this issue if you do "Start Capture" before playing the sound with your plugin. If you see "Plugin not registered" in the Capture Log, then the issue will be fixed by adding AK_STATIC_LINK_PLUGIN(YourPlugin) in one cpp file of your Authoring-side DLL code.
Here are a few points to validate for new plugins in Unity.
Refer to Plug-in Static Registration for more details.
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise