I’m getting the following errors in unity trying to create a build. (using version 2.01.04 with Unity 2019.2.21
I’ve given the Runtime and Editor folders of the FMOD unity integration their own assembly definitions
For some reason I get this weird error, it seems it wont resolve the VERSION number to a dll file name?
Assets\Plugins\FMOD\src\Runtime\wrapper\fmod.cs(1867,28): error CS0117: 'VERSION' does not contain a definition for 'dll'
Assets\Plugins\FMOD\src\Runtime\wrapper\fmod_studio.cs(375,35): error CS0117: 'STUDIO_VERSION' does not contain a definition for 'dll'
Any ideas?