3dRaven
(3dRaven)
2
Have you included the AudioMixer module in you build file?
It’s the module required for quartz to work
PublicDependencyModuleNames.AddRange(new string[] { ... "AudioMixer" })
The staff also tackled a problem with quartz not long ago it might help