Reparing paths from migration 1.10.19 to 2.00.10

Hey guys! For some stuff I’ve had to migrate the Fmod version of a finished game. Everything went relatively smoothly, but I get this error and I can’t any way to track it.

Capture|450x347

Any idea how to track those paths? Looking for those sequences on the Fmod folder didn’t work.

Thanks!

You can try copying the GUID in the error message and opening the console to look for them.

var missingParameter = studio.project.lookup("{03c85dcf-c4eb-4094-83c7-7839b5d058e8}"); // Example GUID
studio.window.navigateTo(missingParameter);

This should bring up the parameters in question. It’s likely you have two sets of parameters with the same name and need to either rename or delete one.