Hello everybody
User data can be sent using the SDK using cxrSendInputEvent - I don’t see this in the Unity Plugin. Can it be easily added?
Greetings
Dominique
Hello everybody
User data can be sent using the SDK using cxrSendInputEvent - I don’t see this in the Unity Plugin. Can it be easily added?
Greetings
Dominique
ping as I am still interested in this
In the 0.1 / 0.1.1 plugin, you’re right, this interface is not exposed at the CloudXRClient class level.
It is visible as CloudxrClientlibCsharp.cxrSendInputEvent in the CloudXrClientWrapper namespace, but to use that function, you’ll need the current CloudXR reciever handle, which is a private member of the CloudXRClient class.
I will add a note to expose this method. In the meantime, you can use this workaround:
m_reciever private variable to call CloudxrClientlibCsharp.cxrSendInputEventI’ll try that, thank you so much!