-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error (windows): error CS0246: The type or namespace name 'TransportRequestDelegate' could not be found (are you missing a using directive or an assembly reference?) #36
Comments
Here are the details of the command line: C:\Users\SON>cd C:\Users\SON\Documents\Unity\rnbo.unity.audioplugin\build C:\Users\SON\Documents\Unity\rnbo.unity.audioplugin\build>cmake .. -DPLUGIN_NAME="My Custom Plugin" C:\Users\SON\Documents\Unity\rnbo.unity.audioplugin\build>cmake --build . --config Release 1>Checking Build System |
The above test is within the RNBODrum example project. I made a new clean project and I do not get those errors. |
Hi @soklamon -- I think your hypothesis makes sense! This RNBODrum example project might need some updating in order to work with the current state of RNBO / this plugin. I'm assigning this issue to myself to see how we can update the test project. |
thanx! |
I exported from Max/RNBO a simple plugin and compiled it with CMake
In addition, I added for windows: cmake --build . --config Release
I had no errors
However, when starting Unity to test, I got this error:
C:\Users\SON\Documents\Unity\rnbo.unity.audioplugin\build\MyCustomPlugin\Assets\Scripts\MyCustomPluginHelper.cs(628,20): error CS0246: The type or namespace name 'TransportRequestDelegate' could not be found (are you missing a using directive or an assembly reference?)
seems like Unity cannot find the type or namespace named 'TransportRequestDelegate.' Probably, it is a missing reference
any help please?
The text was updated successfully, but these errors were encountered: