Trying to use JUCE audio plugin on Unity

I’m newbie and trying to use JUCE audio plugin on unity. The plugin just simple gainController, which let the volume of audio clip up/down. It is VST3 format and I could see that the plugin works on the Waveform 11. The purpose of what I am trying to use the plugin on Unity is when the user inputs some events, the events controls some audio clips(or whatever) using my plugin. I googled about this information, but I could not find any appropriate things that help for me. I want to get any advice or helps.