Marek

Results 248 comments of Marek

As for this error: Debug.LogError($“For Mixed Reality Toolkit input to work properly, please remove your other input module(s) and add a {typeof(MixedRealityInputModule).Name} to your main camera.”, unfortuantely, I am not...

Hello Max, unfortunately I don't really have the bandwidth to try this at the moment. Does this work for you locally (as in, not on HL2)? Do you get any...

That's not very specific. Does it come with a stack trace? I wonder if it has anything to do with the networkcommunication module. Are you able to set a breakpoint...

Hey! It seems that the failure happens during construction of the socket. Based on the stack trace, it's hard to determine whether this is a failure in the constructor itself...

Hello Max, at this point it's hard for me to help you without knowing your network setup. Are you certain that the network allows communciation on port 48002? When you...

I am glad it's working for you! The black mesh you are seeing is the 3D reconstrurction of the scene from the HoloLens. At the moment I do not remember...

Thanks a lot for flagging! I'll try to put a binary on a "release" here on github.

A quick google search found [this answer on stackoverflow](https://stackoverflow.com/questions/12973311/difference-between-stdlib-h-and-malloc-h). I would suggest removing the include, checking if the compiler complains and if so, seeing whether it's hard to substitute whatever...