Missing WebSocketSharp reference
Closed this issue · 2 comments
tencircles commented
Running on unity v2017.4.0f1 on OSX v10.13.3.
After adding this plugin I get the following error and the project will not compile or run.
Assets/MixerInteractive/Source/Scripts/InteractivityManager.cs(47,7): error CS0246: The type or namespace name `WebSocketSharp' could not be found. Are you missing an assembly reference?
Any ideas what's going on here?
payzer commented
Thank you for filing this issue.
That means it's not finding the websocketsharp.dll. This is probably because the dll isn't marked for inclusion for OSX. The websocketsharp dlls are in the DLLs folder. Double check the checkboxes in the inspector. We probably have a bug on our side for OSX builds. I apologize that you ran into this.
We'll have one of our developers look at this issue tomorrow.
Francisobiagwu commented
I am using an older version of Unity (2018.2.4f1) and currently experiencing the same issue. Please what is the solution?