06-13-2024 01:28 PM
I am trying to follow this page: https://developer.oculus.com/documentation/unity/meta-xr-audio-sdk-fmod-req-setup/
But it's leaving out a pretty important step when it comes to Quest development. There's a section called
Which links to a page from FMOD, that has nothing to do with the specific Meta plugin setup. I have FMOD working for Windows, but specifically for Quest I get an error the plugin is not loaded
06-13 12:25:58.205 2686 2743 E Unity : SystemNotInitializedException: [FMOD] Initialization failed : Loading plugin 'libMetaXRAudioFMOD' from 'liblibMetaXRAudioFMOD.so' : ERR_FILE_NOTFOUND : File not found.
06-13 12:25:58.205 2686 2743 E Unity : at FMODUnity.RuntimeManager.get_Instance () [0x00000] in <00000000000000000000000000000000>:0
I attached a picture of my FMOD Settings, the location of the plugin, and the plugin inspector.
Where the documentation falls part, is what do I put in the FMOD settings that it correctly loads the plugin on Quest?
3 weeks ago
Just wanted to say I completely agree, it's odd they don't say spell out exactly what needs to be done regarding the plugins. I just gave up in the end.