OculusSpatializer Plugin error

This error pops up whenever a project is opened:

Couldn't open /opt/Unity/Editor/Data/UnityExtensions/Unity/VR/Android/AudioPluginOculusSpatializer.so, error: 
/opt/Unity/Editor/Data/UnityExtensions/Unity/VR/Android/AudioPluginOculusSpatializer.so: wrong ELF class: ELFCLASS32

Ubuntu 16.04, fresh install.

Unity version:
2872446--210525--upload_2016-12-2_18-24-47.png

I’m on Ubuntu 16.10 and I have the same problem.

Same problem here on Fedora 25, 64bit

Same problem on Ubuntu 14.04 64bit

Same problem on Ubuntu 16.10

Include Arch x64 in that list… Had to revert to 5.4.2 to be able to continue working.

Same here on Arch x64. The error disappears after entering Play Mode.

I’m seeing these, too.

They don’t seem to have any adverse effects, however.

This seems to be a misdetection of the android audio spatializer plugin as possibly usable in-editor - this error message, while annoying, should be harmless.

Not that harmless as I had to revert to countinue working. There was no way to test or build our project.

The issue remains for me using Ubuntu 16.04 and Unity 5.6.0xb3

A temporary fix. Locate the .so file and remove it.

Here is an explanation of the command:

  • Go to the location of the bad file
  • Rename or delete bad file
cd /opt/Unity/Editor/Data/UnityExtensions/Unity/VR/Android/ && sudo mv AudioPluginOculusSpatializer.so AudioPluginOculusSpatializer.ignore

This might have side effects when exporting to Android with Oculus.

Thanks a lot!

Same problem on kUbuntu 17.04 64bit

Hello, I have the same problem on ubuntu 16.04

thank, this works for me

Well that did remove the error so perhaps the so file needs recompiled with some updated source

THAAAAAAAAAAAAANKS