Forum Discussion
WildStyles69
7 years agoExplorer
Oculus AudioPluginOculusSpatializer in Unity 2019.1.11f1 no longer able to integrate fully?
Integrating the Oculus Audio SDK into Unity on Windows... tried everything, no combination of packages / files seems to fully work right now.
// WildStyle
- You have to install the Oculus integration from the Unity package manager, otherwise the DLL do not show up in the project settings.
- Then you have to install the Oculus Audio SDK separately otherwise you cannot access the required scripts.
- If you try to add occlusion that fails, as the script cannot access the AudioPluginOculusSpatializer.dll installed from the Unity package.
- Error is on the dllimport which gives a dllnotfoundexception.
// WildStyle
1 Reply
Replies have been turned off for this discussion
- WildStyles69ExplorerSo I was able to get this working:
- Installed the Oculus integration from the Unity package manager.
- Installed the Oculus integration from Asset Store.
- Updated the Spatializer plugin from the Oculus menu.
- Selected the Oculus Spatializer Plugin in Project Settings > Audio.
- Restarted Unity.
- Added the ONSPPropagationGeometry script and it worked.
Other issues to note:- ONSPPropagationGeometry throws errors on GameObject's that have a name longer than 30 characters.
- If you get an error be sure to reset ONSPPropagationGeometry script before retrying (after shortening file path).
- When you bake the ONSPPropagationGeometry it adds a ONSPPropagationMaterial script autmatically, unfortunately it does this every time you bake, so edit / fix this in the script.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 7 years ago