Juul Spee

Results 4 comments of Juul Spee

As a follow-up to this; I'm also trying to receive more than 4 values in a single package because, in a similar setup as OP, we also track users. We...

I've tried and it turns out that, in the dispatcher callback, I'm able to read more than 4 values from the `OscDataHandle`: ```csharp server.MessageDispatcher.AddCallback( address, (string address, OscDataHandle data) =>...

(Sorry, this is not about keyless auth, but token auth on iOS.) I'm getting `ErrorNotAuthorized` after upgrading to ARCore Extensions 1.33.0 (checked the hash to see I'm indeed using the...

The samples project of ARFoundation works for me, but as soon as I install ARCore Extensions, including Cloud Anchors, and I add it to the sample scene SimpleAR, the FPS...