gpvigano / M2MqttUnity

M2MQTT for Unity
MIT License
153 stars 59 forks source link

il2cpp build hololens connection problem #8

Open niteshbhatia008 opened 4 years ago

niteshbhatia008 commented 4 years ago

If I build the unity app with il2cpp and deploy it to hololens2, I am getting an error during client connection. While compiling it with .NET, no such error appears. The issue is that ,NET compatibility has been removed in recent Unity releases.

gpvigano commented 3 years ago

Sorry for the delay and thank you for this notification. I have no idea about how to solve this issue, I found connection problems also in #1. I hope someone else can answer.

jongfeelkim-VIRNECT commented 3 years ago

Follow up my case. And I use Hololens2 device too. But my app applied MixedReality-WebRTC packages must be build to ARM target.

Connection and test publish works. You have to check out broker address and change to iot.mosquitto.org:1883 https://bugs.eclipse.org/bugs/show_bug.cgi?id=545251#c4

Unity editor: image

Visual Studio: image