// Update is called once per frame void Update() { if (rtClient == null) { rtClient = RTClient.GetInstance(); } marker = rtClient.GetUnlabeledMarker(MarkerId); if (marker != null) { this.applyMarkerTransform(); } }