Fmodstudio.dll in wrong folder on Xbox One

When building for Xbox One with Unity 2019.3.10f1, using fmodstudio20008xboxone_xdk180712.unitypackage, I get an error stating Unable to locate ‘G:Data/Plugins/FMOD/lib/xboxone/fmodstudio.dll’.

In Unity the dll’s reside in the FMOD/lib/xboxone folder, but they end up in ‘G:Data/Plugins/’ in the build. If I manually add the folders after the build is finished, and move the dll’s, it all works fine.

Is there some additional set up I need for making the folder structure correct in the build?

That has been fixed in version 2.00.09 of the integration.

Thank you! I’ll try that then.