Hololens 2 compatibility

Hi, I am curious if anyone had success with running a Unity Project with FMOD on a Hololens 2 device?
When building, I get an DllNotFoundException for “fmod”. My guess, there is a problem with deploying to ARM64. I found an old thread about the Hololens 1 here FMOD with Hololens. Back then there was no real support even though it seemed to work. Has anything changed so far, or is it still unsupported?

FMOD has not been formally tested on a Hololens 2 device so is not officially supported. You should be able to export the Unity game using ARM32 architecture, but it would require the game to be built around this architecture. If the game must be built using ARM64 then unfortunately we do not support this.