void Update() { if (showMouseOnlyInTrigger) { if (browserTexture.ShowMouseRepresentation && !GameGUI.Inst.allowPresenterTool) { browserTexture.OnMouseExit(); } browserTexture.ShowMouseRepresentation = GameGUI.Inst.allowPresenterTool; } }