Hi.
I have made it so a gameobject is Instantiated by using
This gameobject is moving around in the scene as it should until the PhotonView owner for it leaves. Then it become unmoveable. A new owner is assigned to the PhotonView but it still will not move. If you drag it in the editor it flies back to the original position. What have i done wrong?
I have made it so a gameobject is Instantiated by using
Ship01 = PhotonNetwork.InstantiateSceneObject(ShipObject.name, transform.position, transform.rotation, 0, null);
This gameobject is moving around in the scene as it should until the PhotonView owner for it leaves. Then it become unmoveable. A new owner is assigned to the PhotonView but it still will not move. If you drag it in the editor it flies back to the original position. What have i done wrong?