Posts

Post not yet marked as solved
14 Replies
Hello @maxxfrazerThe article you posted helped to make a collaborative session. I will definitely be reading your RealityKit articles.Thank you,Ellohay
Post not yet marked as solved
14 Replies
I have created a project:http://https://github.com/amaroo2006/CollabSessionI have tested this project, and it works. You can use the touch gestures to show updates in real time.The package dependency for MultipeerHelper can be found at the bottom of this articlehttps://medium.com/@maxxfrazer/realitykit-synchronization-289ba9409a6e
Post not yet marked as solved
14 Replies
Hello @gchiste,Would you be able to post sample code for a solution that uses RealityKit's synchronization?
Post not yet marked as solved
14 Replies
Hello @asddddaa,The sample code uses RealityKit to place AR content, but does not use RealityKit's networking solution. Using RealityKit's networking is probably much simpler and I agree that there should not be a need to use delegate functions. I will surely post a sample here if I find one.Thanks
Post not yet marked as solved
14 Replies
Thank you @gchiste for posting this.Does Apple also have sample code for a solution that uses RealityKit's synchronization? I ask because I am looking for a simpler solution without having to use ARSession delegate functions.
Post not yet marked as solved
14 Replies
I am also looking for any sample code on how to do make a multiuser session.