Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Question 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?