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 Jul 21, 2020. It is now read-only.
Download chat-unity and the interactive-unity-plugin for mixer into one project.
Open Demo scene and setup the Mixer editor window with a OAuth Client ID and Version ID.
Close the window and press Play in the Demo.
Set up the proj with mixer.com/go
Join your own stream.
Notice red error DllNotFoundException.
Plugins: Failed to load 'Assets/MixerInteractive/Source/DLLs/Win32/x64/simplewebsocket.dll' with error 'The specified module could not be found. '. Microsoft.Websocket:Open(Uri) (at Assets/MixerInteractive/Source/DLLs/Websocket.cs:129) <InitializeCoRoutine>c__Iterator1:MoveNext() (at Assets/MixerChat/Scripts/MixerChat.cs:113) UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
Tested with Unity 2018.1.0b13. Scripting Runtime Version Stable (.NET 4.x Equivalent) or Legacy (.NET 3.5 Equivalent), Backend: Mono, Api Compatibility Level: .NET Standard 2.0.
The text was updated successfully, but these errors were encountered:
Plugins: Failed to load 'Assets/MixerInteractive/Source/DLLs/Win32/x64/simplewebsocket.dll' with error 'The specified module could not be found. '. Microsoft.Websocket:Open(Uri) (at Assets/MixerInteractive/Source/DLLs/Websocket.cs:129) <InitializeCoRoutine>c__Iterator1:MoveNext() (at Assets/MixerChat/Scripts/MixerChat.cs:113) UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
and
DllNotFoundException: simplewebsocket Microsoft.Websocket.Open (System.Uri uri, System.Collections.Generic.Dictionary
2[TKey,TValue] headers) (at Assets/MixerInteractive/Source/DLLs/Websocket.cs:135)Microsoft.Websocket.Open (System.Uri uri) (at Assets/MixerInteractive/Source/DLLs/Websocket.cs:129)
MixerChat+c__Iterator1.MoveNext () (at Assets/MixerChat/Scripts/MixerChat.cs:113)
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at C:/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)`
Tested with Unity 2018.1.0b13. Scripting Runtime Version Stable (.NET 4.x Equivalent) or Legacy (.NET 3.5 Equivalent), Backend: Mono, Api Compatibility Level: .NET Standard 2.0.
The text was updated successfully, but these errors were encountered: