public class AF_Network_Grabable : Grabbable { private PhotonView photonview; void Start() { photonview = GetComponent<PhotonView>(); } public override void GrabItem(Grabber grabbedBy) { photonview.RequestOwnership(); base.GrabItem(grabbedBy); } }
GPU Profiling with ovrgpuprofiler