We're testing out Wwise 2019.1.1.6977 with Unity 2019.1.7f1 for LuminOS, and noticed that when launching on a Magic Leap One device, no plugins are loading. This seems to be due to the path being incorrect as seen in the logs:
Example:
AKDEBUG : dlopen failed: library "/package/binlibAkSynthOne.so" not found
... etc. for each plugin...
The files are verified located in package/bin/libxxxxxx.so It seems that the path is missing a "/" after "bin".
When profiling in Wwise, this shows up as "Could not find plugin dynamic library <plugin>" and "Plug-in not found: <plugin>" when attempting to use them at runtime.
There seem to be no issues using plugins while in the Unity Editor with the same versions, this is only when deploying.
Any tips on how to resolve this?