The FMOD/src/PlatformPlayInEditor.cs script sends an error:
Assets/Plugins/FMOD/src/PlatformPlayInEditor.cs(137,34): error CS0117: ‘PlatformLinux’ does not contain a definition for ‘staticGetStackSize’
Due to PlatformLinux.cs lacking:
#if UNITY_EDITOR_LINUX
public static FMOD.THREAD_STACK_SIZE staticGetStackSize()
{
return 0;
}
#endif
Version: 2.03.14