Using FMOD Profiler for Native Unity Audio?

We know that Unity uses FMOD Core API internally (?), so technically we should be able to use the FMOD Profiler (not the studio one) to profile any Unity projects? In practice, I haven’t been able to connect it.

Unfortunately, there isn’t a way to connect the FMOD Core API profiler to a Unity project that isn’t using FMOD’s Unity integration. If you wish to monitor the performance of Unity’s audio system, Unity has its own internal Audio Profiler module.

Hope this helps!