Cannot build for Switch after updating to 2022.3.20f1 LTS

Hi,
We had to upgrade from 2022.3.13f1 to 2022.3.20f1 due to a bug on PS4 (unrelated with FMOD).

Today I discovered that Switch does not build anymore and we’re getting this error.
Building Library\Bee\artifacts\SwitchPlayerBuildProgram\t92hb\GameAssembly.nss failed with output:
ld.lld: error: Assets/Plugins/FMOD/platforms/switch/lib/libfmodstudiounitypluginL.a(all_hidden.o):(.ARM.attributes): unrecognized format-version: 0x0
clang++: error: linker command failed with exit code 1 (use -v to see invocation)

We are already on the latest FMOD and didn’t have any build problems with 2022.3.13f1

Any pointers would be appreciated.

It was a matter of upgrading the FMOD module for Switch from SDK 16 to SDK 17. Didn’t realize that from Unity 2022.3.13 to 2022.3.20, the Switch SDK was updated.

2 Likes