unity hide canvas code example Example: to hide or show a canvas in unity CanvasA.gameObject.SetActive(false); CanvasB.gameObject.SetActive(true);