Does the RNBO Unity plug-in support WebGL builds?

Tomoya Kochi's icon

Tomoya Kochi

8月 28 2024 | 1:37 午前

Hi, I need help.

I converted the RNBO patch into a Unity plugin by tracing it to the following documentation.

The plug-ins were successfully converted to sound in the Unity Editor.

On the other hand, when the created application was built in HTML5, no sound was produced and the following error appeared in the console.

Output.framework.js.gz:10 Audio effect My Custom Plugin could not be found. Check that the project contains the correct native audio plugin libraries and that the importer settings are set up correctly.
_JS_Log_Dump	@	Output.framework.js.gz:10

It seems that the plugin I created (My Custom Plugin) is not properly tied to the build.

Does this RNBO plugin for Unity support WebGL builds?

Do you know how to use RNBO's Unity plugin for web application builds?

Alex Van Gils's icon

Alex Van Gils

8月 29 2024 | 3:30 午後

Hi Tomoya Kochi -- thank you for reaching out here, the short answer is "no, it does not" -- but I'll give more context and some strategies over on this GitHub issue!

OWOW Talents's icon

OWOW Talents

8月 30 2024 | 2:00 午前

Thanks Alex for the info!