Search Unity

Third Party Photon Pun 2 Setting Object A Parent Stops Updating Position

Discussion in 'Multiplayer' started by AxeyPm, Mar 23, 2023.

  1. AxeyPm

    AxeyPm

    Joined:
    May 15, 2021
    Posts:
    4
    I have a cube with a photon network, photon transform view players can pick it up issue is when I set this object to be the child of the players hand it freezes and teleports to vector(0,0,0) on the other players screen , but soon as I throw it from the players hand it updates its position again, I'm assuming it's because the players photon network is overriding the cubes?, how do I parent a object to the players hand and keep the cubes position updated?