0

I work with ARCore in Unity and would like to know how I can synchronize coordinate system between 2 devices with help Network Manager. Maybe somebody knows if it is possible/impossible. Thanks.

Christoph Rackwitz
  • 11,317
  • 4
  • 27
  • 36
Ruslan Leshchenko
  • 4,043
  • 4
  • 24
  • 36
  • You’d have to add an extra layer of recognition. Easy way would be to use a marker that would set the origin of the scene so both system are in sync. – Everts Jun 11 '18 at 11:32

1 Answers1

0

Using Cloud Anchors is probably the most reliable way of coordinating multiple viewers in the same AR Scene.

The Cloud Anchors Sample uses the Unity networking to share information.

Clayton Wilkinson
  • 4,524
  • 1
  • 16
  • 25