You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
The instructions say to download the VST3 Audio Plugins SDK from Steinberg, and some of the folder that is supposed to be copied over does not exist within the zip nor do any of the files exist individually anywhere:
Also the building instructions seems to have been copied over from the Unity instructions:
MacOS
An Xcode project exists in the unity/xcode directory and the plugin may be built manually. It can also be compiled directly from the commandline.
$ cd unity/xcode
$ xcodebuild -project heavy.xcodeproj -arch x86_64 -alltargets
The results are placed in unity/build/macos/x86_64/Release.
Linux
$ cd unity/linux
$ make -j
The results are placed in unity/build/linux/x86_64/release.
Windows
A Visual Studio 2015 project exists in the unity/vs2015 directory and the plugin may be built manually. It can also be compiled directly from the commandline.
The instructions say to download the VST3 Audio Plugins SDK from Steinberg, and some of the folder that is supposed to be copied over does not exist within the zip nor do any of the files exist individually anywhere:
Also the building instructions seems to have been copied over from the Unity instructions:
The text was updated successfully, but these errors were encountered: