Live update not 'updating' while connected

Hi, I’ve recently integrated FMOD into an existing engine, and when connecting live update, no errors occur, with played sound showing up correctly in the mixer, and the profiler correctly displaying data. However, when I try to update anything inside studio, for example moving mixer faders, and build the project, nothing changes in game, and I get an error fmod_liveupdate.cpp(580), LiveUpdate::initiateHandshake(): Live update platform info not initialized. in FMOD Studio console. I have initialised the studio system with FMOD_STUDIO_INIT_LIVEUPDATE and no errors have occurred in the initialisation. Is there a step I’m missing to get this working?

I am using FMOD Studio 2.01.08.

Issue solved, FMOD Studio didn’t have permission to access the game itself. Running studio as admin solved the issue. The error I showed in the original post still happens, but doesn’t seem to affect anything.