FMOD Update Compatibility

Hello!

Hope somebody can help me - I’m looking to update a long running project from 1.08.11 to 1.10.00 - apart from also updating the plugin/integration, are there any code/script changes that will need to be made?

Thank you!

Your studio project should migrate to 1.10 without any issues. But will most likely be some scripting changes needed, this depends on what you have accessed in your code. In 1.10 we removed all the memory allocations in the Unity wrapper, so some classes are now structs and some functions have been renamed. I would make sure to use a copy of your project so that you don’t damage the original, just in case.

Following Unity’s console for warnings and errors is the best place to begin.

Thanks!