-
Notifications
You must be signed in to change notification settings - Fork 39
Installation
stechyo edited this page Nov 3, 2025
·
8 revisions
Download the latest release of the extension or build it yourself.
The release contains a demo project in the demo zip.
Now, you can launch Godot (4.4 or above) and open the demo project. You should be able to launch the scene and check out the spatial audio features for yourself.
The demo can be freely inspected to understand the extension's expected scene structure. Check Project setup for how to integrate the extension with an existing project.
My game is crashing when the scene type is set to Embree, why is this happening?
If you happen to have other GDExtensions on your project, try setting this extension at the top of your .godot/extension_list.cfg file. (Check #107 for more info)