Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Missing WebSocketSharp reference #64

Closed
tencircles opened this issue Apr 2, 2018 · 2 comments · Fixed by #108
Closed

Missing WebSocketSharp reference #64

tencircles opened this issue Apr 2, 2018 · 2 comments · Fixed by #108
Labels

Comments

@tencircles
Copy link

tencircles commented Apr 2, 2018

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
Copy link
Contributor

payzer commented Apr 2, 2018

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
Copy link

Francisobiagwu commented Jul 23, 2019

I am using an older version of Unity (2018.2.4f1) and currently experiencing the same issue. Please what is the solution?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging a pull request may close this issue.

4 participants