Version

menu_open
Attention : vous avez été redirigé vers la plus récente documentation correspondant à votre version générale ( 2024.1.2.8726 ). Si vous souhaitez accéder à la documentation de votre version précise, veuillez télécharger la documentation hors ligne depuis l'Audiokinetic Launcher et sélectionner l'option de documentation Offline dans l'application de création Wwise.
Wwise SDK 2024.1.2
Creating Factory Assets for Your Plug-in

Factory Assets are a nice way to offer pre-composed named presets with a plug-in. The Manifest.xml, located in the FactoryAssets folder at the root of the project, points to a Wwise Work Unit file (.wwu) where the application will find all the plug-in presets. It's the responsibility of the plug-in maker to create this Work Unit file. Here is a simple routine to do so when the development of the plug-in is finished.

1 - Create a new Wwise project.

2 - In the Designer Layout, open the ShareSets tab and expand the Effects folder.

3 - Right-click the Effects folder, select New Child > Work Unit and give it the name of your plug-in.

4 - Right-click on your newly created Work Unit and select New Child > <your plug-in> (in a section at the end of the list).

5 - Give it a name (which will be the name of a preset), double-click on it to open the Effect Editor and adjust the parameters to your liking.

6 - Repeat steps 4 and 5 for each preset you want to create, then save the project.

7 - Copy the file created in the Effects folder of your Wwise project (i.e. YourPluginName.wwu) and save it in the plug-in project in FactoryAssets/Effects folder. Create the Effects folder if needed.

8 - In the Manifest.xml file, make sure the name of your Work Unit file matches the Manifest Name field (without extension) and the name of your plug-in matches the Plugin PluginName field.

That's it! Your Factory Assets will now be packaged with your plug-in and installed in Wwise/Authoring/Data/Factory Assets/YourPluginName.


Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise