bomanden
bomanden
hi, correct me if I am wrong - I believe this is made strictly for a windows environment. have a look at https://github.com/keijiro/KlakNDI , only requires NDI tools which is...
got it working by adding a method to UnityWebsocket.cs ``` public bool IsAlive() { return (_ws == null) ? false : _ws.IsOpen(); } ``` and having a Coroutine UnityWebSocketScript.cs running...
Just subscribed , also interested in the answer. Another question: Does your enabled/disabled values get handled on the matrix fields ? ( have problems importing disabled statuses )