Exporting a Godot Project (24.1) - alessandrofama/wwise-godot-integration GitHub Wiki

Exporting your Godot project with the necessary configurations for the Wwise integration is a straightforward process. Follow the steps below to export your project.

  1. Open your Godot project and go to the Export menu by clicking on Project → Export.
  2. Choose your desired Export Preset.
  3. Choose a destination directory for your exported game and proceed with the export process. If you enable the Export with Debug option, the template_debug version of the GDExtension library will be exported. This version includes communication systems for debugging purposes (connecting to the Wwise Profiler):

wwise-godot-export-with-debug

By following these steps, you can export your Godot project with the appropriate configurations for Wwise integration.

iOS specific settings

Please note that in order to connect to the Wwise profiler on iOS, you must include the "Privacy - Local Network Usage Description" field in your Custom iOS Target Properties within Xcode.

Android specific settings

You need to install the Android Build Template to correctly being able to export the project on Android:


wwise-godot-export-with-debug

Please note that in order to connect to the Wwise profiler on Android, you must activate the "Internet" permission in the Android Export settings.

⚠️ **GitHub.com Fallback** ⚠️