Search Unity

Question How to sync up Player(camera) orientation on AR /com.unity.netcode0.6 Multiplayer

Discussion in 'NetCode for ECS' started by darioreal, Jan 29, 2021.

  1. darioreal

    darioreal

    Joined:
    Sep 24, 2020
    Posts:
    5
    The case: server device A starts AR session looking North and ghost spawns correctly, then client device B stars AR session looking East and ghost spawns correctly. The problem is that both ghosts are on their relative X, Y coordinates... My attemp is to Rotate the device B scene to sync orientation and coordinates with device A scene.

    Some idea? how to change the xz on device B session? or sync both sessions? device B ghost must run to the north but it run to the east...