Search Unity

Moving Object with mouse over network

Discussion in 'Netcode for GameObjects' started by Chimpulous, Jun 21, 2021.

  1. Chimpulous

    Chimpulous

    Joined:
    Feb 4, 2018
    Posts:
    10
    Hi guys, was wondering if anyone has figured out how to move an object over a network that isn't the player object. Im not sure what i need to do. I tried using NetworkTransform.Teleport but the problem is the object seems to freeze in place once you teleport. Other than that i havent managed to get a client to move an object over the network. Can anyone give me some advice?