- Home /
Question by
Simonobi · Jun 14, 2015 at 06:50 PM ·
pluginsintegration
Is there a way to integrate VST.net in Unity
I'm trying to integrate VST.net in my Unity 5.1 project http://vstnet.codeplex.com/
I need to call a VST DLL in code. When trying to add the VST.net files in my project I receive the following errors:
System.IO.FileNotFoundException: Could not find file "E:...\AudioDLLTest\Assets\Externals\x64\Release\Jacobi.Vst.Core.dll.mdb".
System.IO.FileNotFoundException: Could not find file "E:...\AudioDLLTest\Assets\Externals\x64\Release\Jacobi.Vst.Framework.dll.mdb".
Does Unity support VST? Are there any VST wrappers/plugin hosts that can be successfully integrated in Unity?
Thank you
Comment
Answer by twobob · Mar 03, 2017 at 02:21 AM
mdb are debugging symbols. Seems like maybe the project is not set up right. Better late than never.
Your answer
