Closed aspdev91 closed 4 years ago
I just noticed the example you have in the repo. Im going to try it later today and close out this issue if it works. Thanks :)
Hey, thanks for using the package! 🚀
If I had to guess, I'd say that the MultipeerHelper is being created too soon. Some of those errors (the graphics ones at least), I get every time I use something related to RealityKit or SceneKit.
Also by the looks of your project, any device that connects might be adding their own artBookAnchor
, which may not be what you want.
Let me know if the example does or doesn't work for you!
Thanks for the feedback! I'll try it out right now and keep you posted on my findings.
I tested the example and leveraged some of the code in my project. It works well!
I think this may be a shortcoming of ARKit itself and not your package, but I noticed the objects are not aligned between the two device. Also, I noticed the image anchors are no longer recognized. Usually, a shape would pop up on the image and that's no longer the case. Do you know if something more is required to get this working in multiuser?
Closing this issue because it was resolved by trying your example. Thanks!
I haven't actually tested this with image anchors at all. not sure how they work in a multipeer sessions, as it would typically be based on a world tracking configuration, not image tracking. I'd expect any image anchors that are added would need to be added on each device independently…
Send me a message on twitter if you have any more issues though, I'll be happy to help!
Hi, first off, thanks for making this package as the abstraction substantially decreases the complexity of implementing collaboration in AR.
I'm running into this error on my iPad:
I'm running the latest versions on my iPhone and iPad (13.3.1). They're both running on the same Wifi network. I also tried running my iPhone as a hotspot and my iPad connecting to it. Below is the code I used: