I’m getting the following errors in unity trying to create a build.(NS buld)
‘xx_VERSION’ does not contain a definition for ‘dll’
FMOD unity 2.02.19
NS sdk 17.5.3
unity editor 2022.3.16
Assets\Plugins\FMOD\src\fmod_studio.cs(384,35): error CS0117: 'STUDIO_VERSION' does not contain a definition for 'dll'
Assets\Plugins\FMOD\src\fmod_studio.cs(1483,35): error CS0117: 'STUDIO_VERSION' does not contain a definition for 'dll'
Assets\Plugins\FMOD\src\fmod_studio.cs(1774,35): error CS0117: 'STUDIO_VERSION' does not contain a definition for 'dll'
Assets\Plugins\FMOD\src\fmod.cs(975,28): error CS0117: 'VERSION' does not contain a definition for 'dll'
Assets\Plugins\FMOD\src\fmod_studio.cs(1485,35): error CS0117: 'STUDIO_VERSION' does not contain a definition for 'dll'
I don’t know if there’s anyone with the same problem as me who can help me… thank you
Hi,
Unfortunately, I was not able to reproduce the issue.
Could I get a screenshot of your Platforms folder in your Unity project:

And you About Integration windows:


Thank you very much for your answer
I tried to create a new 2D project for Unity2022.3.16, but without adding FMOD files, I was able to print NS files normally. After adding FMOD, when building, I received an error message indicating this version
This is the Asset file for my new project Assets_Fmod.zip - Google Drive
By the way, I also tried the fmod switch version 16.2.6, which still has this issue
Can you give me a rough idea of the direction of this issue? thank you very much indeed
Hi,
Thank you for the screenshots. Everything looks in order. Could you look through these docs: Unity Integration | Trouble Shooting Assembly Reference Error and let me know if it solves the issue?
Thank you for your reply. I have resolved the issue because of my Unity 2022.3.16f1c1 and NS requires a version of 2022.3.16f1
One c1 is missing 
If any friends encounter the same problem, I hope they can see that they don’t take the wrong path
1 Like
Good to hear it is solved and thank you for sharing your solution
Hi I’m having this issue with Nintendo SDK 20.5.28 and Unity 6000.3.7f1 using FMOD 20.2.28
The issue only happens with Switch 2 as a target, any idea of what might be wrong? I tried to follow this an other ticket but they did not lead me to the solution.
Error CS0117: 'VERSION' does not contain a definition for 'dll'
Error CS0117: 'STUDIO_VERSION' does not contain a definition for 'dll'
Hi, 2.02.28 does not support Switch 2. It is supported post 2.02.29, would it be possible to test updating the integration and see if the issue persists?
Yes I can try tu upgrade FMOD 20.2.29 but then I need that version to match Nintendo SDK 20.5.28.
I already did a request in Switch 2 channel.
1 Like
Any luck with the updated SDK integration?