RealSpace 3D Audio IL2CPP Error

Hi there,

I’m trying to build a scene which uses the RealSpace 3D plugin to WebGL.
Building a standalone version works perfectly fine. However, when I want to export to WebGL, all sorts of funny stuff starts to happen.
I’ve tried rebuilding something very small without the plugin and that builds to WebGL too (And I’ve tried many other things as well)
I really think that it’s when I introduce the RealSpace plugin that things start to fall apart.

I’ve included the error log in the attachments.

Any thoughts?

2928195–216460–il2cpp error.txt (17.9 KB)

It looks like the important part of the error is:

F:\Unity\Portfolio\Portfolio\Assets\RealSpace3D\Plugins\x86_64\AudioPluginRealSpace3D_vsEngine.dll: Input file has an unknown suffix, don’t know what to do with it!

It seems this is a 64-bit native library, so it should not be included in the WebGL build. Can you try to explicitly disable this library for WebGL in the plugin importer?

Oh my god, thank you!
I’ve checked and unchecked so many boxes already (and various other things), but that was the missing piece :smiley:

Thank you! :smiley: