1.10.01 - SetParameterValuesByIndices missing in iOS libraries

Seems like the above is missing from distributed iOS libraries, build fails with linker error
I’ve commented out
//[DllImport(STUDIO_VERSION.dll)]
//private static extern RESULT FMOD_Studio_EventInstance_SetParameterValuesByIndices (IntPtr _event, int[] indices, float[] values, int count);
( just returning RESULT.OK from setParameterValuesByIndices(int[] indices, float[] values, int count) )
in fmod_studio.cs to make it build.
~

Thanks for bringing this to our attention.
This does appear to be a bug in 1.10.01, we will make sure this is fixed for the next release.

2 Likes

Having the same issue, used the same comment fix temporarily. Looking forward to the fix :slight_smile: