Chris-TopherW / UnityVSTHost

VST plugin host for Unity engine. Supports 64bit VST2 plugins on Windows only. Does not support Midi input to plugins at this stage.
GNU General Public License v3.0
47 stars 2 forks source link

Example file isn't working #1

Open ZoomDomain opened 4 years ago

ZoomDomain commented 4 years ago

Hi There! that sounds very cool, a VST2 host!!! I tried loading the example file, and all the code compiles very well, although the prefabbed gameobjects in scene are marked in red and missing. I stried loading the host and delay code, the host seems to be blank regarding DLL's and the effect code runs ok with delay, although I couldn't see the effect DLL in unity3D...

Nice work though, at least someone has tried to run VSTI in unity!!! Would love some help to run the host and effect!!!

Cheers, Ant

Chris-TopherW commented 4 years ago

Hey Ant- thanks for letting me know.

Haven't tried running this in a while and I know that Unity's made a heap of changes to the way it handles prefabs. I'll take a look. Also if you spot some easy fixes for deprecated code, feel free to hit me with a pull request. Sounds like the problem's on the C# side.

Dang I really need to give all of this code some love, eep.