[PS5 SDK 11] Unable to compile due to PlatformPS5 error

Hello,
Downloaded the plugin for PS5 SDK 11.

It doesn’t compile due to this code snippet in PlatformPS5.cs:

#if UNITY_PS5 && !UNITY_EDITOR
namespace FMOD
{
public partial class VERSION
{
public const string dll = “libfmod” + suffix;
}
}

namespace FMOD.Studio
{
public partial class STUDIO_VERSION
{
public const string dll = “libfmodstudio” + VERSION.suffix;
}
}
#endif

I replaced suffix with dllSuffix and it worked.

Is that expected? Just to know :slight_smile:

Thank you so much!

Ah, perhaps I installed the 2.03 not the 2.02 which was the one I needed.
Thanks :slight_smile: