The [dependency list]( Unity on Linux: Release Notes and Known Issues page-2#post-3357832) is missing the 32 bit stuff that FSBTool uses.
Or should it have been a 64 bit version of FSBTool?
The [dependency list]( Unity on Linux: Release Notes and Known Issues page-2#post-3357832) is missing the 32 bit stuff that FSBTool uses.
Or should it have been a 64 bit version of FSBTool?
Oh, and just in case anyone is reading to find out what they are: libstdc+±32bit libgcc-32bit glib2-32bit
In my case, I was getting File Not Found errors from FSBTool in the log and a Bug Report pop-up when importing any audio asset. That was fun with “Game Kit 2D (beta)” and hundreds of popups.
Installing these extra dependencies (Solus 3) cured it.
Kubuntu had the same problem. In my case the fix was:
apt install lib32stdc++6
As given on this ticket:
Now audio works perfectly.